Html Css Color HEX #8BA470 Chelsea Cucumber

📋 copy color: '#8BA470'

red 139 ◦ green 164 ◦ blue 112

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

Shades of Chelsea Cucumber #8BA470

Tints of Chelsea Cucumber #8BA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 33.49%
G = 39.52%
B = 26.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#8BA470 (or 0x8BA470) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 70. RGB value is (139,164,112). Sum of RGB (Red+Green+Blue) = 139+164+112=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA470 is #745B8F. Grayscale: #969696. Windows color (decimal): -7625616 or 7382155. OLE color: 7382155.

HSL color Cylindrical-coordinate representation of color #8BA470: hue angle of 88.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BA470 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 164 112 -
CMYK 0.15 0 0.32 0.36
HSL 88.85º 0.22% 0.54% -
HSV(B) 88.85º 0.32% 0.64% -
XYZ 26.85 33.21 20.32 -
YUV 150.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 139 164 112 0.15 0 0.32 0.36 88.85 0.22 0.54
Hex 8B A4 70 F 0 20 24 59 16 36
Octal 213 244 160 17 0 40 44 131 26 66
Binary 10001011 10100100 1110000 1111 0 100000 100100 1011001 10110 110110

Color Harmonies of #8BA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA470

Black with #8BA470

Text Example


Text Example

White with #8BA470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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