Html Css Color HEX #96B917 Citrus

📋 copy color: '#96B917'

red 150 ◦ green 185 ◦ blue 23

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

Shades of Citrus #96B917

Tints of Citrus #96B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 41.9%
G = 51.68%
B = 6.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#96B917 (or 0x96B917) is known color: Citrus. HEX triplet: 96, B9 and 17. RGB value is (150,185,23). Sum of RGB (Red+Green+Blue) = 150+185+23=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #96B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B917 is #6946E8. Grayscale: #9C9C9C. Windows color (decimal): -6899433 or 1554838. OLE color: 1554838.

HSL color Cylindrical-coordinate representation of color #96B917: hue angle of 72.96º degrees, saturation: 0.78, 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 #96B917 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 23 -
CMYK 0.19 0 0.88 0.27
HSL 72.96º 0.78% 0.41% -
HSV(B) 72.96º 0.88% 0.73% -
XYZ 30.08 41.24 7.19 -
YUV 156.07 52.9 123.67 -
System Red Green Blue C M Y K H S L
Decimal 150 185 23 0.19 0 0.88 0.27 72.96 0.78 0.41
Hex 96 B9 17 13 0 58 1B 49 4E 29
Octal 226 271 27 23 0 130 33 111 116 51
Binary 10010110 10111001 10111 10011 0 1011000 11011 1001001 1001110 101001

Color Harmonies of #96B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B917

Black with #96B917

Text Example


Text Example

White with #96B917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,23); }

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

background-color css

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

 a { background-color: rgb(150,185,23); }

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

border-color css

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

 span { border-color: rgb(150,185,23); }

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