Html Css Color HEX #96A10B Citrus

📋 copy color: '#96A10B'

red 150 ◦ green 161 ◦ blue 11

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

Shades of Citrus #96A10B

Tints of Citrus #96A10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50%

 BLUE value IS 11 (4.69% from 255) = 3.42%

R = 46.58%
G = 50%
B = 3.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#96A10B (or 0x96A10B) is known color: Citrus. HEX triplet: 96, A1 and 0B. RGB value is (150,161,11). Sum of RGB (Red+Green+Blue) = 150+161+11=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #96A10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A10B is #695EF4. Grayscale: #8D8D8D. Windows color (decimal): -6905589 or 762262. OLE color: 762262.

HSL color Cylindrical-coordinate representation of color #96A10B: hue angle of 64.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96A10B is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 161 11 -
CMYK 0.07 0 0.93 0.37
HSL 64.4º 0.87% 0.34% -
HSV(B) 64.4º 0.93% 0.63% -
XYZ 25.38 32 5.16 -
YUV 140.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 150 161 11 0.07 0 0.93 0.37 64.4 0.87 0.34
Hex 96 A1 B 7 0 5D 25 40 57 22
Octal 226 241 13 7 0 135 45 100 127 42
Binary 10010110 10100001 1011 111 0 1011101 100101 1000000 1010111 100010

Color Harmonies of #96A10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A10B

Black with #96A10B

Text Example


Text Example

White with #96A10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,11); }

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

background-color css

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

 a { background-color: rgb(150,161,11); }

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

border-color css

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

 span { border-color: rgb(150,161,11); }

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