Html Css Color HEX #8BA552 Chelsea Cucumber

📋 copy color: '#8BA552'

red 139 ◦ green 165 ◦ blue 82

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

Shades of Chelsea Cucumber #8BA552

Tints of Chelsea Cucumber #8BA552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.24%

R = 36.01%
G = 42.75%
B = 21.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#8BA552 (or 0x8BA552) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 52. RGB value is (139,165,82). Sum of RGB (Red+Green+Blue) = 139+165+82=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA552 is #745AAD. Grayscale: #949494. Windows color (decimal): -7625390 or 5416331. OLE color: 5416331.

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

Color convert

RGB 139 165 82 -
CMYK 0.16 0 0.50 0.35
HSL 78.8º 0.34% 0.48% -
HSV(B) 78.8º 0.5% 0.65% -
XYZ 25.63 33.01 13 -
YUV 147.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 139 165 82 0.16 0 0.50 0.35 78.8 0.34 0.48
Hex 8B A5 52 10 0 32 23 4F 22 30
Octal 213 245 122 20 0 62 43 117 42 60
Binary 10001011 10100101 1010010 10000 0 110010 100011 1001111 100010 110000

Color Harmonies of #8BA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA552

Black with #8BA552

Text Example


Text Example

White with #8BA552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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