Html Css Color HEX #88A209 Citron

📋 copy color: '#88A209'

red 136 ◦ green 162 ◦ blue 9

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

Shades of Citron #88A209

Tints of Citron #88A209

RGB

 RED value IS 136 (53.52% from 255) = 44.3%

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

 BLUE value IS 9 (3.91% from 255) = 2.93%

R = 44.3%
G = 52.77%
B = 2.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#88A209 (or 0x88A209) is known color: Citron. HEX triplet: 88, A2 and 09. RGB value is (136,162,9). Sum of RGB (Red+Green+Blue) = 136+162+9=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #88A209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A209 is #775DF6. Grayscale: #898989. Windows color (decimal): -7822839 or 631432. OLE color: 631432.

HSL color Cylindrical-coordinate representation of color #88A209: hue angle of 70.2º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88A209 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 9 -
CMYK 0.16 0 0.94 0.36
HSL 70.2º 0.89% 0.34% -
HSV(B) 70.2º 0.94% 0.64% -
XYZ 23.12 31.09 5.04 -
YUV 136.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 136 162 9 0.16 0 0.94 0.36 70.2 0.89 0.34
Hex 88 A2 9 10 0 5E 24 46 59 22
Octal 210 242 11 20 0 136 44 106 131 42
Binary 10001000 10100010 1001 10000 0 1011110 100100 1000110 1011001 100010

Color Harmonies of #88A209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A209

Black with #88A209

Text Example


Text Example

White with #88A209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A209; }

 p { color: rgb(136,162,9); }

 H1.HeaderClassName
 {
   color: #88A209;
 }
 .AnyTagClassName
 {
   color: #88A209;
 }
</style>

background-color css

<style>
 a { background-color: #88A209; }

 a { background-color: rgb(136,162,9); }

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

border-color css

<style>
 span { border-color: #88A209; }

 span { border-color: rgb(136,162,9); }

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