Html Css Color HEX #96B706 Citrus

📋 copy color: '#96B706'

red 150 ◦ green 183 ◦ blue 6

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

Shades of Citrus #96B706

Tints of Citrus #96B706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 44.25%
G = 53.98%
B = 1.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#96B706 (or 0x96B706) is known color: Citrus. HEX triplet: 96, B7 and 06. RGB value is (150,183,6). Sum of RGB (Red+Green+Blue) = 150+183+6=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #96B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B706 is #6948F9. Grayscale: #999999. Windows color (decimal): -6899962 or 440214. OLE color: 440214.

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

Color convert

RGB 150 183 6 -
CMYK 0.18 0 0.97 0.28
HSL 71.19º 0.94% 0.37% -
HSV(B) 71.19º 0.97% 0.72% -
XYZ 29.54 40.36 6.41 -
YUV 152.96 45.07 125.89 -
System Red Green Blue C M Y K H S L
Decimal 150 183 6 0.18 0 0.97 0.28 71.19 0.94 0.37
Hex 96 B7 6 12 0 61 1C 47 5E 25
Octal 226 267 6 22 0 141 34 107 136 45
Binary 10010110 10110111 110 10010 0 1100001 11100 1000111 1011110 100101

Color Harmonies of #96B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B706

Black with #96B706

Text Example


Text Example

White with #96B706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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