Html Css Color HEX #8BA450 Chelsea Cucumber

📋 copy color: '#8BA450'

red 139 ◦ green 164 ◦ blue 80

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

Shades of Chelsea Cucumber #8BA450

Tints of Chelsea Cucumber #8BA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.82%

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

R = 36.29%
G = 42.82%
B = 20.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#8BA450 (or 0x8BA450) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 50. RGB value is (139,164,80). Sum of RGB (Red+Green+Blue) = 139+164+80=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA450 is #745BAF. Grayscale: #939393. Windows color (decimal): -7625648 or 5285003. OLE color: 5285003.

HSL color Cylindrical-coordinate representation of color #8BA450: hue angle of 77.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BA450 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 164 80 -
CMYK 0.15 0 0.51 0.36
HSL 77.86º 0.34% 0.48% -
HSV(B) 77.86º 0.51% 0.64% -
XYZ 25.37 32.62 12.55 -
YUV 146.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 139 164 80 0.15 0 0.51 0.36 77.86 0.34 0.48
Hex 8B A4 50 F 0 33 24 4E 22 30
Octal 213 244 120 17 0 63 44 116 42 60
Binary 10001011 10100100 1010000 1111 0 110011 100100 1001110 100010 110000

Color Harmonies of #8BA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA450

Black with #8BA450

Text Example


Text Example

White with #8BA450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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