Html Css Color HEX #96B716 Citrus

📋 copy color: '#96B716'

red 150 ◦ green 183 ◦ blue 22

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

Shades of Citrus #96B716

Tints of Citrus #96B716

RGB

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

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

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

R = 42.25%
G = 51.55%
B = 6.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#96B716 (or 0x96B716) is known color: Citrus. HEX triplet: 96, B7 and 16. RGB value is (150,183,22). Sum of RGB (Red+Green+Blue) = 150+183+22=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #96B716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B716 is #6948E9. Grayscale: #9B9B9B. Windows color (decimal): -6899946 or 1488790. OLE color: 1488790.

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

Color convert

RGB 150 183 22 -
CMYK 0.18 0 0.88 0.28
HSL 72.3º 0.79% 0.4% -
HSV(B) 72.3º 0.88% 0.72% -
XYZ 29.66 40.41 7 -
YUV 154.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 150 183 22 0.18 0 0.88 0.28 72.3 0.79 0.4
Hex 96 B7 16 12 0 58 1C 48 4F 28
Octal 226 267 26 22 0 130 34 110 117 50
Binary 10010110 10110111 10110 10010 0 1011000 11100 1001000 1001111 101000

Color Harmonies of #96B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B716

Black with #96B716

Text Example


Text Example

White with #96B716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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