Html Css Color HEX #96A411 Citron

📋 copy color: '#96A411'

red 150 ◦ green 164 ◦ blue 17

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

Shades of Citron #96A411

Tints of Citron #96A411

RGB

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

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

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

R = 45.32%
G = 49.55%
B = 5.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#96A411 (or 0x96A411) is known color: Citron. HEX triplet: 96, A4 and 11. RGB value is (150,164,17). Sum of RGB (Red+Green+Blue) = 150+164+17=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #96A411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A411 is #695BEE. Grayscale: #8F8F8F. Windows color (decimal): -6904815 or 1156246. OLE color: 1156246.

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

Color convert

RGB 150 164 17 -
CMYK 0.09 0 0.90 0.36
HSL 65.71º 0.81% 0.35% -
HSV(B) 65.71º 0.9% 0.64% -
XYZ 25.95 33.08 5.55 -
YUV 143.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 150 164 17 0.09 0 0.90 0.36 65.71 0.81 0.35
Hex 96 A4 11 9 0 5A 24 42 51 23
Octal 226 244 21 11 0 132 44 102 121 43
Binary 10010110 10100100 10001 1001 0 1011010 100100 1000010 1010001 100011

Color Harmonies of #96A411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A411

Black with #96A411

Text Example


Text Example

White with #96A411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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