Html Css Color HEX #8BAC5F Chelsea Cucumber

📋 copy color: '#8BAC5F'

red 139 ◦ green 172 ◦ blue 95

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

Shades of Chelsea Cucumber #8BAC5F

Tints of Chelsea Cucumber #8BAC5F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 34.24%
G = 42.36%
B = 23.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#8BAC5F (or 0x8BAC5F) is known color: Chelsea Cucumber. HEX triplet: 8B, AC and 5F. RGB value is (139,172,95). Sum of RGB (Red+Green+Blue) = 139+172+95=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAC5F is #7453A0. Grayscale: #999999. Windows color (decimal): -7623585 or 6270091. OLE color: 6270091.

HSL color Cylindrical-coordinate representation of color #8BAC5F: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BAC5F is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 172 95 -
CMYK 0.19 0 0.45 0.33
HSL 85.71º 0.32% 0.52% -
HSV(B) 85.71º 0.45% 0.67% -
XYZ 27.47 35.82 16.29 -
YUV 153.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 139 172 95 0.19 0 0.45 0.33 85.71 0.32 0.52
Hex 8B AC 5F 13 0 2D 21 56 20 34
Octal 213 254 137 23 0 55 41 126 40 64
Binary 10001011 10101100 1011111 10011 0 101101 100001 1010110 100000 110100

Color Harmonies of #8BAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAC5F

Black with #8BAC5F

Text Example


Text Example

White with #8BAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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