Html Css Color HEX #8BA755 Chelsea Cucumber

📋 copy color: '#8BA755'

red 139 ◦ green 167 ◦ blue 85

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

Shades of Chelsea Cucumber #8BA755

Tints of Chelsea Cucumber #8BA755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.71%

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 35.55%
G = 42.71%
B = 21.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#8BA755 (or 0x8BA755) is known color: Chelsea Cucumber. HEX triplet: 8B, A7 and 55. RGB value is (139,167,85). Sum of RGB (Red+Green+Blue) = 139+167+85=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA755 is #7458AA. Grayscale: #959595. Windows color (decimal): -7624875 or 5613451. OLE color: 5613451.

HSL color Cylindrical-coordinate representation of color #8BA755: hue angle of 80.49º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BA755 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 167 85 -
CMYK 0.17 0 0.49 0.35
HSL 80.49º 0.33% 0.49% -
HSV(B) 80.49º 0.49% 0.65% -
XYZ 26.11 33.78 13.74 -
YUV 149.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 139 167 85 0.17 0 0.49 0.35 80.49 0.33 0.49
Hex 8B A7 55 11 0 31 23 50 21 31
Octal 213 247 125 21 0 61 43 120 41 61
Binary 10001011 10100111 1010101 10001 0 110001 100011 1010000 100001 110001

Color Harmonies of #8BA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA755

Black with #8BA755

Text Example


Text Example

White with #8BA755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,167,85); }

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

background-color css

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

 a { background-color: rgb(139,167,85); }

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

border-color css

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

 span { border-color: rgb(139,167,85); }

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