Html Css Color HEX #8CAA4B Chelsea Cucumber

📋 copy color: '#8CAA4B'

red 140 ◦ green 170 ◦ blue 75

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

Shades of Chelsea Cucumber #8CAA4B

Tints of Chelsea Cucumber #8CAA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 36.36%
G = 44.16%
B = 19.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#8CAA4B (or 0x8CAA4B) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 4B. RGB value is (140,170,75). Sum of RGB (Red+Green+Blue) = 140+170+75=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA4B is #7355B4. Grayscale: #969696. Windows color (decimal): -7558581 or 4958860. OLE color: 4958860.

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

Color convert

RGB 140 170 75 -
CMYK 0.18 0 0.56 0.33
HSL 78.95º 0.39% 0.48% -
HSV(B) 78.95º 0.56% 0.67% -
XYZ 26.46 34.83 11.99 -
YUV 150.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 140 170 75 0.18 0 0.56 0.33 78.95 0.39 0.48
Hex 8C AA 4B 12 0 38 21 4F 27 30
Octal 214 252 113 22 0 70 41 117 47 60
Binary 10001100 10101010 1001011 10010 0 111000 100001 1001111 100111 110000

Color Harmonies of #8CAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA4B

Black with #8CAA4B

Text Example


Text Example

White with #8CAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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