Html Css Color HEX #8BA570 Chelsea Cucumber

📋 copy color: '#8BA570'

red 139 ◦ green 165 ◦ blue 112

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

Shades of Chelsea Cucumber #8BA570

Tints of Chelsea Cucumber #8BA570

RGB

 RED value IS 139 (54.69% from 255) = 33.41%

 GREEN value IS 165 (64.84% from 255) = 39.66%

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 33.41%
G = 39.66%
B = 26.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#8BA570 (or 0x8BA570) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 70. RGB value is (139,165,112). Sum of RGB (Red+Green+Blue) = 139+165+112=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA570 is #745A8F. Grayscale: #979797. Windows color (decimal): -7625360 or 7382411. OLE color: 7382411.

HSL color Cylindrical-coordinate representation of color #8BA570: hue angle of 89.43º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BA570 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 165 112 -
CMYK 0.16 0 0.32 0.35
HSL 89.43º 0.23% 0.54% -
HSV(B) 89.43º 0.32% 0.65% -
XYZ 27.03 33.57 20.38 -
YUV 151.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 139 165 112 0.16 0 0.32 0.35 89.43 0.23 0.54
Hex 8B A5 70 10 0 20 23 59 17 36
Octal 213 245 160 20 0 40 43 131 27 66
Binary 10001011 10100101 1110000 10000 0 100000 100011 1011001 10111 110110

Color Harmonies of #8BA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA570

Black with #8BA570

Text Example


Text Example

White with #8BA570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,165,112); }

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

background-color css

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

 a { background-color: rgb(139,165,112); }

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

border-color css

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

 span { border-color: rgb(139,165,112); }

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