Html Css Color HEX #96B417 Citrus

📋 copy color: '#96B417'

red 150 ◦ green 180 ◦ blue 23

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

Shades of Citrus #96B417

Tints of Citrus #96B417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

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

R = 42.49%
G = 50.99%
B = 6.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#96B417 (or 0x96B417) is known color: Citrus. HEX triplet: 96, B4 and 17. RGB value is (150,180,23). Sum of RGB (Red+Green+Blue) = 150+180+23=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #96B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B417 is #694BE8. Grayscale: #999999. Windows color (decimal): -6900713 or 1553558. OLE color: 1553558.

HSL color Cylindrical-coordinate representation of color #96B417: hue angle of 71.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96B417 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 23 -
CMYK 0.17 0 0.87 0.29
HSL 71.46º 0.77% 0.4% -
HSV(B) 71.46º 0.87% 0.71% -
XYZ 29.05 39.19 6.84 -
YUV 153.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 150 180 23 0.17 0 0.87 0.29 71.46 0.77 0.4
Hex 96 B4 17 11 0 57 1D 47 4D 28
Octal 226 264 27 21 0 127 35 107 115 50
Binary 10010110 10110100 10111 10001 0 1010111 11101 1000111 1001101 101000

Color Harmonies of #96B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B417

Black with #96B417

Text Example


Text Example

White with #96B417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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