Html Css Color HEX #8BA05C Chelsea Cucumber

📋 copy color: '#8BA05C'

red 139 ◦ green 160 ◦ blue 92

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

Shades of Chelsea Cucumber #8BA05C

Tints of Chelsea Cucumber #8BA05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 35.55%
G = 40.92%
B = 23.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#8BA05C (or 0x8BA05C) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 5C. RGB value is (139,160,92). Sum of RGB (Red+Green+Blue) = 139+160+92=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA05C is #745FA3. Grayscale: #929292. Windows color (decimal): -7626660 or 6070411. OLE color: 6070411.

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

Color convert

RGB 139 160 92 -
CMYK 0.13 0 0.43 0.37
HSL 78.53º 0.27% 0.49% -
HSV(B) 78.53º 0.43% 0.63% -
XYZ 25.15 31.4 14.86 -
YUV 145.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 139 160 92 0.13 0 0.43 0.37 78.53 0.27 0.49
Hex 8B A0 5C D 0 2B 25 4F 1B 31
Octal 213 240 134 15 0 53 45 117 33 61
Binary 10001011 10100000 1011100 1101 0 101011 100101 1001111 11011 110001

Color Harmonies of #8BA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA05C

Black with #8BA05C

Text Example


Text Example

White with #8BA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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