Html Css Color HEX #96A005 Citrus

📋 copy color: '#96A005'

red 150 ◦ green 160 ◦ blue 5

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

Shades of Citrus #96A005

Tints of Citrus #96A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 47.62%
G = 50.79%
B = 1.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#96A005 (or 0x96A005) is known color: Citrus. HEX triplet: 96, A0 and 05. RGB value is (150,160,5). Sum of RGB (Red+Green+Blue) = 150+160+5=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #96A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A005 is #695FFA. Grayscale: #8B8B8B. Windows color (decimal): -6905851 or 368790. OLE color: 368790.

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

Color convert

RGB 150 160 5 -
CMYK 0.06 0 0.97 0.37
HSL 63.87º 0.94% 0.32% -
HSV(B) 63.87º 0.97% 0.63% -
XYZ 25.18 31.64 4.92 -
YUV 139.34 52.19 135.6 -
System Red Green Blue C M Y K H S L
Decimal 150 160 5 0.06 0 0.97 0.37 63.87 0.94 0.32
Hex 96 A0 5 6 0 61 25 40 5E 20
Octal 226 240 5 6 0 141 45 100 136 40
Binary 10010110 10100000 101 110 0 1100001 100101 1000000 1011110 100000

Color Harmonies of #96A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A005

Black with #96A005

Text Example


Text Example

White with #96A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,160,5); }

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

background-color css

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

 a { background-color: rgb(150,160,5); }

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

border-color css

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

 span { border-color: rgb(150,160,5); }

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