Html Css Color HEX #8BBA50 Chelsea Cucumber

📋 copy color: '#8BBA50'

red 139 ◦ green 186 ◦ blue 80

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

Shades of Chelsea Cucumber #8BBA50

Tints of Chelsea Cucumber #8BBA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 34.32%
G = 45.93%
B = 19.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#8BBA50 (or 0x8BBA50) is known color: Chelsea Cucumber. HEX triplet: 8B, BA and 50. RGB value is (139,186,80). Sum of RGB (Red+Green+Blue) = 139+186+80=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA50 is #7445AF. Grayscale: #A0A0A0. Windows color (decimal): -7620016 or 5290635. OLE color: 5290635.

HSL color Cylindrical-coordinate representation of color #8BBA50: hue angle of 86.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BBA50 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 186 80 -
CMYK 0.25 0 0.57 0.27
HSL 86.6º 0.43% 0.52% -
HSV(B) 86.6º 0.57% 0.73% -
XYZ 29.65 41.19 13.98 -
YUV 159.86 82.93 113.12 -
System Red Green Blue C M Y K H S L
Decimal 139 186 80 0.25 0 0.57 0.27 86.6 0.43 0.52
Hex 8B BA 50 19 0 39 1B 57 2B 34
Octal 213 272 120 31 0 71 33 127 53 64
Binary 10001011 10111010 1010000 11001 0 111001 11011 1010111 101011 110100

Color Harmonies of #8BBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBA50

Black with #8BBA50

Text Example


Text Example

White with #8BBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,186,80); }

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

background-color css

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

 a { background-color: rgb(139,186,80); }

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

border-color css

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

 span { border-color: rgb(139,186,80); }

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