Html Css Color HEX #96A318 Citron

📋 copy color: '#96A318'

red 150 ◦ green 163 ◦ blue 24

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

Shades of Citron #96A318

Tints of Citron #96A318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.37%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 44.51%
G = 48.37%
B = 7.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#96A318 (or 0x96A318) is known color: Citron. HEX triplet: 96, A3 and 18. RGB value is (150,163,24). Sum of RGB (Red+Green+Blue) = 150+163+24=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #96A318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A318 is #695CE7. Grayscale: #8F8F8F. Windows color (decimal): -6905064 or 1614742. OLE color: 1614742.

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

Color convert

RGB 150 163 24 -
CMYK 0.08 0 0.85 0.36
HSL 65.61º 0.74% 0.37% -
HSV(B) 65.61º 0.85% 0.64% -
XYZ 25.84 32.74 5.82 -
YUV 143.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 150 163 24 0.08 0 0.85 0.36 65.61 0.74 0.37
Hex 96 A3 18 8 0 55 24 42 4A 25
Octal 226 243 30 10 0 125 44 102 112 45
Binary 10010110 10100011 11000 1000 0 1010101 100100 1000010 1001010 100101

Color Harmonies of #96A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A318

Black with #96A318

Text Example


Text Example

White with #96A318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,163,24); }

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

background-color css

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

 a { background-color: rgb(150,163,24); }

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

border-color css

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

 span { border-color: rgb(150,163,24); }

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