Html Css Color HEX #96A21E Citron

📋 copy color: '#96A21E'

red 150 ◦ green 162 ◦ blue 30

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

Shades of Citron #96A21E

Tints of Citron #96A21E

RGB

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

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

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

R = 43.86%
G = 47.37%
B = 8.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#96A21E (or 0x96A21E) is known color: Citron. HEX triplet: 96, A2 and 1E. RGB value is (150,162,30). Sum of RGB (Red+Green+Blue) = 150+162+30=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #96A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A21E is #695DE1. Grayscale: #8F8F8F. Windows color (decimal): -6905314 or 2007702. OLE color: 2007702.

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

Color convert

RGB 150 162 30 -
CMYK 0.07 0 0.81 0.36
HSL 65.45º 0.69% 0.38% -
HSV(B) 65.45º 0.81% 0.64% -
XYZ 25.73 32.42 6.13 -
YUV 143.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 150 162 30 0.07 0 0.81 0.36 65.45 0.69 0.38
Hex 96 A2 1E 7 0 51 24 41 45 26
Octal 226 242 36 7 0 121 44 101 105 46
Binary 10010110 10100010 11110 111 0 1010001 100100 1000001 1000101 100110

Color Harmonies of #96A21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A21E

Black with #96A21E

Text Example


Text Example

White with #96A21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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