Html Css Color HEX #8BB250 Chelsea Cucumber

📋 copy color: '#8BB250'

red 139 ◦ green 178 ◦ blue 80

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

Shades of Chelsea Cucumber #8BB250

Tints of Chelsea Cucumber #8BB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.84%

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

R = 35.01%
G = 44.84%
B = 20.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#8BB250 (or 0x8BB250) is known color: Chelsea Cucumber. HEX triplet: 8B, B2 and 50. RGB value is (139,178,80). Sum of RGB (Red+Green+Blue) = 139+178+80=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB250 is #744DAF. Grayscale: #9B9B9B. Windows color (decimal): -7622064 or 5288587. OLE color: 5288587.

HSL color Cylindrical-coordinate representation of color #8BB250: hue angle of 83.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BB250 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 178 80 -
CMYK 0.22 0 0.55 0.30
HSL 83.88º 0.39% 0.51% -
HSV(B) 83.88º 0.55% 0.7% -
XYZ 28.02 37.91 13.43 -
YUV 155.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 139 178 80 0.22 0 0.55 0.30 83.88 0.39 0.51
Hex 8B B2 50 16 0 37 1E 54 27 33
Octal 213 262 120 26 0 67 36 124 47 63
Binary 10001011 10110010 1010000 10110 0 110111 11110 1010100 100111 110011

Color Harmonies of #8BB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB250

Black with #8BB250

Text Example


Text Example

White with #8BB250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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