Html Css Color HEX #8BA650 Chelsea Cucumber

📋 copy color: '#8BA650'

red 139 ◦ green 166 ◦ blue 80

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

Shades of Chelsea Cucumber #8BA650

Tints of Chelsea Cucumber #8BA650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

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

R = 36.1%
G = 43.12%
B = 20.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#8BA650 (or 0x8BA650) is known color: Chelsea Cucumber. HEX triplet: 8B, A6 and 50. RGB value is (139,166,80). Sum of RGB (Red+Green+Blue) = 139+166+80=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA650 is #7459AF. Grayscale: #949494. Windows color (decimal): -7625136 or 5285515. OLE color: 5285515.

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

Color convert

RGB 139 166 80 -
CMYK 0.16 0 0.52 0.35
HSL 78.84º 0.35% 0.48% -
HSV(B) 78.84º 0.52% 0.65% -
XYZ 25.73 33.34 12.67 -
YUV 148.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 139 166 80 0.16 0 0.52 0.35 78.84 0.35 0.48
Hex 8B A6 50 10 0 34 23 4F 23 30
Octal 213 246 120 20 0 64 43 117 43 60
Binary 10001011 10100110 1010000 10000 0 110100 100011 1001111 100011 110000

Color Harmonies of #8BA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA650

Black with #8BA650

Text Example


Text Example

White with #8BA650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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