Html Css Color HEX #96A00E Citron

📋 copy color: '#96A00E'

red 150 ◦ green 160 ◦ blue 14

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

Shades of Citron #96A00E

Tints of Citron #96A00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 46.3%
G = 49.38%
B = 4.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#96A00E (or 0x96A00E) is known color: Citron. HEX triplet: 96, A0 and 0E. RGB value is (150,160,14). Sum of RGB (Red+Green+Blue) = 150+160+14=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #96A00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A00E is #695FF1. Grayscale: #8C8C8C. Windows color (decimal): -6905842 or 958614. OLE color: 958614.

HSL color Cylindrical-coordinate representation of color #96A00E: hue angle of 64.11º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96A00E is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 14 -
CMYK 0.06 0 0.91 0.37
HSL 64.11º 0.84% 0.34% -
HSV(B) 64.11º 0.91% 0.63% -
XYZ 25.23 31.66 5.2 -
YUV 140.37 56.69 134.87 -
System Red Green Blue C M Y K H S L
Decimal 150 160 14 0.06 0 0.91 0.37 64.11 0.84 0.34
Hex 96 A0 E 6 0 5B 25 40 54 22
Octal 226 240 16 6 0 133 45 100 124 42
Binary 10010110 10100000 1110 110 0 1011011 100101 1000000 1010100 100010

Color Harmonies of #96A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A00E

Black with #96A00E

Text Example


Text Example

White with #96A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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