Html Css Color HEX #8AB955 Chelsea Cucumber

📋 copy color: '#8AB955'

red 138 ◦ green 185 ◦ blue 85

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

Shades of Chelsea Cucumber #8AB955

Tints of Chelsea Cucumber #8AB955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 33.82%
G = 45.34%
B = 20.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#8AB955 (or 0x8AB955) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 55. RGB value is (138,185,85). Sum of RGB (Red+Green+Blue) = 138+185+85=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB955 is #7546AA. Grayscale: #9F9F9F. Windows color (decimal): -7685803 or 5618058. OLE color: 5618058.

HSL color Cylindrical-coordinate representation of color #8AB955: hue angle of 88.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AB955 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 85 -
CMYK 0.25 0 0.54 0.27
HSL 88.2º 0.42% 0.53% -
HSV(B) 88.2º 0.54% 0.73% -
XYZ 29.47 40.76 14.91 -
YUV 159.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 138 185 85 0.25 0 0.54 0.27 88.2 0.42 0.53
Hex 8A B9 55 19 0 36 1B 58 2A 35
Octal 212 271 125 31 0 66 33 130 52 65
Binary 10001010 10111001 1010101 11001 0 110110 11011 1011000 101010 110101

Color Harmonies of #8AB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB955

Black with #8AB955

Text Example


Text Example

White with #8AB955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,85); }

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

background-color css

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

 a { background-color: rgb(138,185,85); }

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

border-color css

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

 span { border-color: rgb(138,185,85); }

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