Html Css Color HEX #96B717 Citrus

📋 copy color: '#96B717'

red 150 ◦ green 183 ◦ blue 23

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

Shades of Citrus #96B717

Tints of Citrus #96B717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.4%

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

R = 42.13%
G = 51.4%
B = 6.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#96B717 (or 0x96B717) is known color: Citrus. HEX triplet: 96, B7 and 17. RGB value is (150,183,23). Sum of RGB (Red+Green+Blue) = 150+183+23=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #96B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B717 is #6948E8. Grayscale: #9B9B9B. Windows color (decimal): -6899945 or 1554326. OLE color: 1554326.

HSL color Cylindrical-coordinate representation of color #96B717: hue angle of 72.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96B717 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 23 -
CMYK 0.18 0 0.87 0.28
HSL 72.38º 0.78% 0.4% -
HSV(B) 72.38º 0.87% 0.72% -
XYZ 29.67 40.41 7.05 -
YUV 154.89 53.57 124.51 -
System Red Green Blue C M Y K H S L
Decimal 150 183 23 0.18 0 0.87 0.28 72.38 0.78 0.4
Hex 96 B7 17 12 0 57 1C 48 4E 28
Octal 226 267 27 22 0 127 34 110 116 50
Binary 10010110 10110111 10111 10010 0 1010111 11100 1001000 1001110 101000

Color Harmonies of #96B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B717

Black with #96B717

Text Example


Text Example

White with #96B717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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