Html Css Color HEX #96A611 Citrus

📋 copy color: '#96A611'

red 150 ◦ green 166 ◦ blue 17

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

Shades of Citrus #96A611

Tints of Citrus #96A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.85%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 45.05%
G = 49.85%
B = 5.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#96A611 (or 0x96A611) is known color: Citrus. HEX triplet: 96, A6 and 11. RGB value is (150,166,17). Sum of RGB (Red+Green+Blue) = 150+166+17=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #96A611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A611 is #6959EE. Grayscale: #909090. Windows color (decimal): -6904303 or 1156758. OLE color: 1156758.

HSL color Cylindrical-coordinate representation of color #96A611: hue angle of 66.44º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96A611 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 166 17 -
CMYK 0.10 0 0.90 0.35
HSL 66.44º 0.81% 0.36% -
HSV(B) 66.44º 0.9% 0.65% -
XYZ 26.32 33.8 5.67 -
YUV 144.23 56.2 132.12 -
System Red Green Blue C M Y K H S L
Decimal 150 166 17 0.10 0 0.90 0.35 66.44 0.81 0.36
Hex 96 A6 11 A 0 5A 23 42 51 24
Octal 226 246 21 12 0 132 43 102 121 44
Binary 10010110 10100110 10001 1010 0 1011010 100011 1000010 1010001 100100

Color Harmonies of #96A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A611

Black with #96A611

Text Example


Text Example

White with #96A611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,166,17); }

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

background-color css

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

 a { background-color: rgb(150,166,17); }

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

border-color css

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

 span { border-color: rgb(150,166,17); }

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