Html Css Color HEX #8CB05A Chelsea Cucumber

📋 copy color: '#8CB05A'

red 140 ◦ green 176 ◦ blue 90

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

Shades of Chelsea Cucumber #8CB05A

Tints of Chelsea Cucumber #8CB05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 34.48%
G = 43.35%
B = 22.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#8CB05A (or 0x8CB05A) is known color: Chelsea Cucumber. HEX triplet: 8C, B0 and 5A. RGB value is (140,176,90). Sum of RGB (Red+Green+Blue) = 140+176+90=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB05A is #734FA5. Grayscale: #9B9B9B. Windows color (decimal): -7557030 or 5943436. OLE color: 5943436.

HSL color Cylindrical-coordinate representation of color #8CB05A: hue angle of 85.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CB05A is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 176 90 -
CMYK 0.20 0 0.49 0.31
HSL 85.12º 0.35% 0.52% -
HSV(B) 85.12º 0.49% 0.69% -
XYZ 28.19 37.36 15.4 -
YUV 155.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 140 176 90 0.20 0 0.49 0.31 85.12 0.35 0.52
Hex 8C B0 5A 14 0 31 1F 55 23 34
Octal 214 260 132 24 0 61 37 125 43 64
Binary 10001100 10110000 1011010 10100 0 110001 11111 1010101 100011 110100

Color Harmonies of #8CB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB05A

Black with #8CB05A

Text Example


Text Example

White with #8CB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,176,90); }

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

background-color css

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

 a { background-color: rgb(140,176,90); }

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

border-color css

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

 span { border-color: rgb(140,176,90); }

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