Html Css Color HEX #96A21A Citron

📋 copy color: '#96A21A'

red 150 ◦ green 162 ◦ blue 26

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

Shades of Citron #96A21A

Tints of Citron #96A21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.93%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 44.38%
G = 47.93%
B = 7.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#96A21A (or 0x96A21A) is known color: Citron. HEX triplet: 96, A2 and 1A. RGB value is (150,162,26). Sum of RGB (Red+Green+Blue) = 150+162+26=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #96A21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A21A is #695DE5. Grayscale: #8F8F8F. Windows color (decimal): -6905318 or 1745558. OLE color: 1745558.

HSL color Cylindrical-coordinate representation of color #96A21A: hue angle of 65.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96A21A is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 162 26 -
CMYK 0.07 0 0.84 0.36
HSL 65.29º 0.72% 0.37% -
HSV(B) 65.29º 0.84% 0.64% -
XYZ 25.68 32.4 5.88 -
YUV 142.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 150 162 26 0.07 0 0.84 0.36 65.29 0.72 0.37
Hex 96 A2 1A 7 0 54 24 41 48 25
Octal 226 242 32 7 0 124 44 101 110 45
Binary 10010110 10100010 11010 111 0 1010100 100100 1000001 1001000 100101

Color Harmonies of #96A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A21A

Black with #96A21A

Text Example


Text Example

White with #96A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,26); }

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

background-color css

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

 a { background-color: rgb(150,162,26); }

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

border-color css

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

 span { border-color: rgb(150,162,26); }

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