Html Css Color HEX #8BA950 Chelsea Cucumber

📋 copy color: '#8BA950'

red 139 ◦ green 169 ◦ blue 80

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

Shades of Chelsea Cucumber #8BA950

Tints of Chelsea Cucumber #8BA950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.56%

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

R = 35.82%
G = 43.56%
B = 20.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#8BA950 (or 0x8BA950) is known color: Chelsea Cucumber. HEX triplet: 8B, A9 and 50. RGB value is (139,169,80). Sum of RGB (Red+Green+Blue) = 139+169+80=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA950 is #7456AF. Grayscale: #969696. Windows color (decimal): -7624368 or 5286283. OLE color: 5286283.

HSL color Cylindrical-coordinate representation of color #8BA950: hue angle of 80.22º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BA950 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 80 -
CMYK 0.18 0 0.53 0.34
HSL 80.22º 0.36% 0.49% -
HSV(B) 80.22º 0.53% 0.66% -
XYZ 26.28 34.44 12.85 -
YUV 149.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 139 169 80 0.18 0 0.53 0.34 80.22 0.36 0.49
Hex 8B A9 50 12 0 35 22 50 24 31
Octal 213 251 120 22 0 65 42 120 44 61
Binary 10001011 10101001 1010000 10010 0 110101 100010 1010000 100100 110001

Color Harmonies of #8BA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA950

Black with #8BA950

Text Example


Text Example

White with #8BA950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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