#99B71B

Color #99B71B Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #99B71B

Tints of Citrus #99B71B

Color information

#99B71B (or 0x99B71B) is unknown color: approx Citrus. HEX triplet: 99, B7 and 1B. RGB value is (153,183,27). Sum of RGB (Red+Green+Blue) = 153+183+27=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #99B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B71B is #6648E4. Grayscale: #9C9C9C. Windows color (decimal): -6703333 or 1816473. OLE color: 1816473.

HSL color Cylindrical-coordinate representation of color #99B71B: hue angle of 71.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99B71B is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB15318327-
CMYK0.1600.850.28
HSL71.54º74.29%41.18%-
HSV(B)71.54º85.25%71.76%-
XYZ30.2740.727.3-
YUV156.2555.06125.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 27 (10.94% from 255) = 7.44%
R=42.15%
G=50.41%
B=7.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153183270.1600.850.2871.5474.2941.18
Hex99B71B100551C484a29
Octal231267332001253411011251
Binary10011001101101111101110000010101011110010010001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B71B; }

 p { color: rgb(153,183,27); }

 H1.HeaderClassName
 {
   color: #99B71B;
 }
 .AnyTagClassName
 {
   color: #99B71B;
 }
</style>
background-color css

<style>
 a { background-color: #99B71B; }

 a { background-color: rgb(153,183,27); }

 div.DivClassName
 {
   background-color: #99B71B;
 }
 .BgClassName
 {
   background-color: #99B71B;
 }
</style>
border-color css

<style>
 span { border-color: #99B71B; }

 span { border-color: rgb(153,183,27); }

 td.TdClassName
 {
   border-color: #99B71B;
 }
 .TagClassName
 {
   border-color: #99B71B;
 }
</style>