Html Css Color HEX #96A22D Citron

📋 copy color: '#96A22D'

red 150 ◦ green 162 ◦ blue 45

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

Shades of Citron #96A22D

Tints of Citron #96A22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 42.02%
G = 45.38%
B = 12.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#96A22D (or 0x96A22D) is known color: Citron. HEX triplet: 96, A2 and 2D. RGB value is (150,162,45). Sum of RGB (Red+Green+Blue) = 150+162+45=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #96A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A22D is #695DD2. Grayscale: #919191. Windows color (decimal): -6905299 or 2990742. OLE color: 2990742.

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

Color convert

RGB 150 162 45 -
CMYK 0.07 0 0.72 0.36
HSL 66.15º 0.57% 0.41% -
HSV(B) 66.15º 0.72% 0.64% -
XYZ 25.97 32.51 7.39 -
YUV 145.07 71.52 131.51 -
System Red Green Blue C M Y K H S L
Decimal 150 162 45 0.07 0 0.72 0.36 66.15 0.57 0.41
Hex 96 A2 2D 7 0 48 24 42 39 29
Octal 226 242 55 7 0 110 44 102 71 51
Binary 10010110 10100010 101101 111 0 1001000 100100 1000010 111001 101001

Color Harmonies of #96A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A22D

Black with #96A22D

Text Example


Text Example

White with #96A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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