Html Css Color HEX #88A066 Chelsea Cucumber

📋 copy color: '#88A066'

red 136 ◦ green 160 ◦ blue 102

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

Shades of Chelsea Cucumber #88A066

Tints of Chelsea Cucumber #88A066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 34.17%
G = 40.2%
B = 25.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#88A066 (or 0x88A066) is known color: Chelsea Cucumber. HEX triplet: 88, A0 and 66. RGB value is (136,160,102). Sum of RGB (Red+Green+Blue) = 136+160+102=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #88A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A066 is #775F99. Grayscale: #929292. Windows color (decimal): -7823258 or 6725768. OLE color: 6725768.

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

Color convert

RGB 136 160 102 -
CMYK 0.15 0 0.36 0.37
HSL 84.83º 0.23% 0.51% -
HSV(B) 84.83º 0.36% 0.63% -
XYZ 25.12 31.34 17.29 -
YUV 146.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 136 160 102 0.15 0 0.36 0.37 84.83 0.23 0.51
Hex 88 A0 66 F 0 24 25 55 17 33
Octal 210 240 146 17 0 44 45 125 27 63
Binary 10001000 10100000 1100110 1111 0 100100 100101 1010101 10111 110011

Color Harmonies of #88A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A066

Black with #88A066

Text Example


Text Example

White with #88A066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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