Html Css Color HEX #96A02C Citron

📋 copy color: '#96A02C'

red 150 ◦ green 160 ◦ blue 44

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

Shades of Citron #96A02C

Tints of Citron #96A02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.2%

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 42.37%
G = 45.2%
B = 12.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#96A02C (or 0x96A02C) is known color: Citron. HEX triplet: 96, A0 and 2C. RGB value is (150,160,44). Sum of RGB (Red+Green+Blue) = 150+160+44=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #96A02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A02C is #695FD3. Grayscale: #909090. Windows color (decimal): -6905812 or 2924694. OLE color: 2924694.

HSL color Cylindrical-coordinate representation of color #96A02C: hue angle of 65.17º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96A02C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 44 -
CMYK 0.06 0 0.72 0.37
HSL 65.17º 0.57% 0.4% -
HSV(B) 65.17º 0.73% 0.63% -
XYZ 25.6 31.81 7.17 -
YUV 143.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 150 160 44 0.06 0 0.72 0.37 65.17 0.57 0.4
Hex 96 A0 2C 6 0 48 25 41 39 28
Octal 226 240 54 6 0 110 45 101 71 50
Binary 10010110 10100000 101100 110 0 1001000 100101 1000001 111001 101000

Color Harmonies of #96A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A02C

Black with #96A02C

Text Example


Text Example

White with #96A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,160,44); }

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

background-color css

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

 a { background-color: rgb(150,160,44); }

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

border-color css

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

 span { border-color: rgb(150,160,44); }

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