Html Css Color HEX #8AB550 Chelsea Cucumber

📋 copy color: '#8AB550'

red 138 ◦ green 181 ◦ blue 80

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

Shades of Chelsea Cucumber #8AB550

Tints of Chelsea Cucumber #8AB550

RGB

 RED value IS 138 (54.3% from 255) = 34.59%

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 34.59%
G = 45.36%
B = 20.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#8AB550 (or 0x8AB550) is known color: Chelsea Cucumber. HEX triplet: 8A, B5 and 50. RGB value is (138,181,80). Sum of RGB (Red+Green+Blue) = 138+181+80=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB550 is #754AAF. Grayscale: #9C9C9C. Windows color (decimal): -7686832 or 5289354. OLE color: 5289354.

HSL color Cylindrical-coordinate representation of color #8AB550: hue angle of 85.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AB550 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 80 -
CMYK 0.24 0 0.56 0.29
HSL 85.54º 0.41% 0.51% -
HSV(B) 85.54º 0.56% 0.71% -
XYZ 28.45 39.03 13.62 -
YUV 156.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 138 181 80 0.24 0 0.56 0.29 85.54 0.41 0.51
Hex 8A B5 50 18 0 38 1D 56 29 33
Octal 212 265 120 30 0 70 35 126 51 63
Binary 10001010 10110101 1010000 11000 0 111000 11101 1010110 101001 110011

Color Harmonies of #8AB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB550

Black with #8AB550

Text Example


Text Example

White with #8AB550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,80); }

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

background-color css

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

 a { background-color: rgb(138,181,80); }

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

border-color css

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

 span { border-color: rgb(138,181,80); }

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