Html Css Color HEX #88A00C Citron

📋 copy color: '#88A00C'

red 136 ◦ green 160 ◦ blue 12

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

Shades of Citron #88A00C

Tints of Citron #88A00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 44.16%
G = 51.95%
B = 3.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#88A00C (or 0x88A00C) is known color: Citron. HEX triplet: 88, A0 and 0C. RGB value is (136,160,12). Sum of RGB (Red+Green+Blue) = 136+160+12=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #88A00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A00C is #775FF3. Grayscale: #888888. Windows color (decimal): -7823348 or 827528. OLE color: 827528.

HSL color Cylindrical-coordinate representation of color #88A00C: hue angle of 69.73º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88A00C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 12 -
CMYK 0.15 0 0.93 0.37
HSL 69.73º 0.86% 0.34% -
HSV(B) 69.73º 0.93% 0.63% -
XYZ 22.79 30.4 5.01 -
YUV 135.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 136 160 12 0.15 0 0.93 0.37 69.73 0.86 0.34
Hex 88 A0 C F 0 5D 25 46 56 22
Octal 210 240 14 17 0 135 45 106 126 42
Binary 10001000 10100000 1100 1111 0 1011101 100101 1000110 1010110 100010

Color Harmonies of #88A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A00C

Black with #88A00C

Text Example


Text Example

White with #88A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,160,12); }

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

background-color css

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

 a { background-color: rgb(136,160,12); }

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

border-color css

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

 span { border-color: rgb(136,160,12); }

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