Html Css Color HEX #8BA555 Chelsea Cucumber

📋 copy color: '#8BA555'

red 139 ◦ green 165 ◦ blue 85

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

Shades of Chelsea Cucumber #8BA555

Tints of Chelsea Cucumber #8BA555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 35.73%
G = 42.42%
B = 21.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#8BA555 (or 0x8BA555) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 55. RGB value is (139,165,85). Sum of RGB (Red+Green+Blue) = 139+165+85=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA555 is #745AAA. Grayscale: #949494. Windows color (decimal): -7625387 or 5612939. OLE color: 5612939.

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

Color convert

RGB 139 165 85 -
CMYK 0.16 0 0.48 0.35
HSL 79.5º 0.32% 0.49% -
HSV(B) 79.5º 0.48% 0.65% -
XYZ 25.74 33.06 13.62 -
YUV 148.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 139 165 85 0.16 0 0.48 0.35 79.5 0.32 0.49
Hex 8B A5 55 10 0 30 23 50 20 31
Octal 213 245 125 20 0 60 43 120 40 61
Binary 10001011 10100101 1010101 10000 0 110000 100011 1010000 100000 110001

Color Harmonies of #8BA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA555

Black with #8BA555

Text Example


Text Example

White with #8BA555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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