Html Css Color HEX #96A41E Citron

📋 copy color: '#96A41E'

red 150 ◦ green 164 ◦ blue 30

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

Shades of Citron #96A41E

Tints of Citron #96A41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 43.6%
G = 47.67%
B = 8.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#96A41E (or 0x96A41E) is known color: Citron. HEX triplet: 96, A4 and 1E. RGB value is (150,164,30). Sum of RGB (Red+Green+Blue) = 150+164+30=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #96A41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A41E is #695BE1. Grayscale: #919191. Windows color (decimal): -6904802 or 2008214. OLE color: 2008214.

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

Color convert

RGB 150 164 30 -
CMYK 0.09 0 0.82 0.36
HSL 66.27º 0.69% 0.38% -
HSV(B) 66.27º 0.82% 0.64% -
XYZ 26.09 33.13 6.25 -
YUV 144.54 63.36 131.9 -
System Red Green Blue C M Y K H S L
Decimal 150 164 30 0.09 0 0.82 0.36 66.27 0.69 0.38
Hex 96 A4 1E 9 0 52 24 42 45 26
Octal 226 244 36 11 0 122 44 102 105 46
Binary 10010110 10100100 11110 1001 0 1010010 100100 1000010 1000101 100110

Color Harmonies of #96A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A41E

Black with #96A41E

Text Example


Text Example

White with #96A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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