Html Css Color HEX #96A21D Citron

📋 copy color: '#96A21D'

red 150 ◦ green 162 ◦ blue 29

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

Shades of Citron #96A21D

Tints of Citron #96A21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 43.99%
G = 47.51%
B = 8.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#96A21D (or 0x96A21D) is known color: Citron. HEX triplet: 96, A2 and 1D. RGB value is (150,162,29). Sum of RGB (Red+Green+Blue) = 150+162+29=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #96A21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A21D is #695DE2. Grayscale: #8F8F8F. Windows color (decimal): -6905315 or 1942166. OLE color: 1942166.

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

Color convert

RGB 150 162 29 -
CMYK 0.07 0 0.82 0.36
HSL 65.41º 0.7% 0.37% -
HSV(B) 65.41º 0.82% 0.64% -
XYZ 25.72 32.41 6.06 -
YUV 143.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 150 162 29 0.07 0 0.82 0.36 65.41 0.7 0.37
Hex 96 A2 1D 7 0 52 24 41 46 25
Octal 226 242 35 7 0 122 44 101 106 45
Binary 10010110 10100010 11101 111 0 1010010 100100 1000001 1000110 100101

Color Harmonies of #96A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A21D

Black with #96A21D

Text Example


Text Example

White with #96A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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