Html Css Color HEX #8CAA5D Chelsea Cucumber

📋 copy color: '#8CAA5D'

red 140 ◦ green 170 ◦ blue 93

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

Shades of Chelsea Cucumber #8CAA5D

Tints of Chelsea Cucumber #8CAA5D

RGB

 RED value IS 140 (55.08% from 255) = 34.74%

 GREEN value IS 170 (66.8% from 255) = 42.18%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 34.74%
G = 42.18%
B = 23.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#8CAA5D (or 0x8CAA5D) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 5D. RGB value is (140,170,93). Sum of RGB (Red+Green+Blue) = 140+170+93=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA5D is #7355A2. Grayscale: #989898. Windows color (decimal): -7558563 or 6138508. OLE color: 6138508.

HSL color Cylindrical-coordinate representation of color #8CAA5D: hue angle of 83.38º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CAA5D is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 93 -
CMYK 0.18 0 0.45 0.33
HSL 83.38º 0.31% 0.52% -
HSV(B) 83.38º 0.45% 0.67% -
XYZ 27.17 35.12 15.7 -
YUV 152.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 140 170 93 0.18 0 0.45 0.33 83.38 0.31 0.52
Hex 8C AA 5D 12 0 2D 21 53 1F 34
Octal 214 252 135 22 0 55 41 123 37 64
Binary 10001100 10101010 1011101 10010 0 101101 100001 1010011 11111 110100

Color Harmonies of #8CAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA5D

Black with #8CAA5D

Text Example


Text Example

White with #8CAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CAA5D; }

 p { color: rgb(140,170,93); }

 H1.HeaderClassName
 {
   color: #8CAA5D;
 }
 .AnyTagClassName
 {
   color: #8CAA5D;
 }
</style>

background-color css

<style>
 a { background-color: #8CAA5D; }

 a { background-color: rgb(140,170,93); }

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

border-color css

<style>
 span { border-color: #8CAA5D; }

 span { border-color: rgb(140,170,93); }

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