Html Css Color HEX #96BB16 Citrus

📋 copy color: '#96BB16'

red 150 ◦ green 187 ◦ blue 22

#96BB16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #96BB16

Tints of Citrus #96BB16

RGB

 RED value IS 150 (58.98% from 255) = 41.78%

 GREEN value IS 187 (73.44% from 255) = 52.09%

 BLUE value IS 22 (8.98% from 255) = 6.13%

R = 41.78%
G = 52.09%
B = 6.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#96BB16 (or 0x96BB16) is known color: Citrus. HEX triplet: 96, BB and 16. RGB value is (150,187,22). Sum of RGB (Red+Green+Blue) = 150+187+22=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BB16 is #6944E9. Grayscale: #9D9D9D. Windows color (decimal): -6898922 or 1489814. OLE color: 1489814.

HSL color Cylindrical-coordinate representation of color #96BB16: hue angle of 73.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96BB16 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 22 -
CMYK 0.20 0 0.88 0.27
HSL 73.45º 0.79% 0.41% -
HSV(B) 73.45º 0.88% 0.73% -
XYZ 30.49 42.08 7.27 -
YUV 157.13 51.74 122.92 -
System Red Green Blue C M Y K H S L
Decimal 150 187 22 0.20 0 0.88 0.27 73.45 0.79 0.41
Hex 96 BB 16 14 0 58 1B 49 4F 29
Octal 226 273 26 24 0 130 33 111 117 51
Binary 10010110 10111011 10110 10100 0 1011000 11011 1001001 1001111 101001

Color Harmonies of #96BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB16

Black with #96BB16

Text Example


Text Example

White with #96BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BB16; }

 p { color: rgb(150,187,22); }

 H1.HeaderClassName
 {
   color: #96BB16;
 }
 .AnyTagClassName
 {
   color: #96BB16;
 }
</style>

background-color css

<style>
 a { background-color: #96BB16; }

 a { background-color: rgb(150,187,22); }

 div.DivClassName
 {
   background-color: #96BB16;
 }
 .BgClassName
 {
   background-color: #96BB16;
 }
</style>

border-color css

<style>
 span { border-color: #96BB16; }

 span { border-color: rgb(150,187,22); }

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