Html Css Color HEX #96A40D Citrus

📋 copy color: '#96A40D'

red 150 ◦ green 164 ◦ blue 13

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

Shades of Citrus #96A40D

Tints of Citrus #96A40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.15%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 45.87%
G = 50.15%
B = 3.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#96A40D (or 0x96A40D) is known color: Citrus. HEX triplet: 96, A4 and 0D. RGB value is (150,164,13). Sum of RGB (Red+Green+Blue) = 150+164+13=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #96A40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A40D is #695BF2. Grayscale: #8F8F8F. Windows color (decimal): -6904819 or 894102. OLE color: 894102.

HSL color Cylindrical-coordinate representation of color #96A40D: hue angle of 65.56º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96A40D is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 13 -
CMYK 0.09 0 0.92 0.36
HSL 65.56º 0.85% 0.35% -
HSV(B) 65.56º 0.92% 0.64% -
XYZ 25.93 33.06 5.4 -
YUV 142.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 150 164 13 0.09 0 0.92 0.36 65.56 0.85 0.35
Hex 96 A4 D 9 0 5C 24 42 55 23
Octal 226 244 15 11 0 134 44 102 125 43
Binary 10010110 10100100 1101 1001 0 1011100 100100 1000010 1010101 100011

Color Harmonies of #96A40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A40D

Black with #96A40D

Text Example


Text Example

White with #96A40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,13); }

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

background-color css

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

 a { background-color: rgb(150,164,13); }

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

border-color css

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

 span { border-color: rgb(150,164,13); }

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