Html Css Color HEX #8BA05F Chelsea Cucumber

📋 copy color: '#8BA05F'

red 139 ◦ green 160 ◦ blue 95

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

Shades of Chelsea Cucumber #8BA05F

Tints of Chelsea Cucumber #8BA05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 35.28%
G = 40.61%
B = 24.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#8BA05F (or 0x8BA05F) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 5F. RGB value is (139,160,95). Sum of RGB (Red+Green+Blue) = 139+160+95=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA05F is #745FA0. Grayscale: #929292. Windows color (decimal): -7626657 or 6267019. OLE color: 6267019.

HSL color Cylindrical-coordinate representation of color #8BA05F: hue angle of 79.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA05F is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 160 95 -
CMYK 0.13 0 0.41 0.37
HSL 79.38º 0.25% 0.5% -
HSV(B) 79.38º 0.41% 0.63% -
XYZ 25.28 31.46 15.57 -
YUV 146.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 139 160 95 0.13 0 0.41 0.37 79.38 0.25 0.5
Hex 8B A0 5F D 0 29 25 4F 19 32
Octal 213 240 137 15 0 51 45 117 31 62
Binary 10001011 10100000 1011111 1101 0 101001 100101 1001111 11001 110010

Color Harmonies of #8BA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA05F

Black with #8BA05F

Text Example


Text Example

White with #8BA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,160,95); }

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

background-color css

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

 a { background-color: rgb(139,160,95); }

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

border-color css

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

 span { border-color: rgb(139,160,95); }

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