Html Css Color HEX #8AB552 Chelsea Cucumber

📋 copy color: '#8AB552'

red 138 ◦ green 181 ◦ blue 82

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

Shades of Chelsea Cucumber #8AB552

Tints of Chelsea Cucumber #8AB552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 34.41%
G = 45.14%
B = 20.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#8AB552 (or 0x8AB552) is known color: Chelsea Cucumber. HEX triplet: 8A, B5 and 52. RGB value is (138,181,82). Sum of RGB (Red+Green+Blue) = 138+181+82=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB552 is #754AAD. Grayscale: #9D9D9D. Windows color (decimal): -7686830 or 5420426. OLE color: 5420426.

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

Color convert

RGB 138 181 82 -
CMYK 0.24 0 0.55 0.29
HSL 86.06º 0.4% 0.52% -
HSV(B) 86.06º 0.55% 0.71% -
XYZ 28.53 39.06 14.02 -
YUV 156.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 138 181 82 0.24 0 0.55 0.29 86.06 0.4 0.52
Hex 8A B5 52 18 0 37 1D 56 28 34
Octal 212 265 122 30 0 67 35 126 50 64
Binary 10001010 10110101 1010010 11000 0 110111 11101 1010110 101000 110100

Color Harmonies of #8AB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB552

Black with #8AB552

Text Example


Text Example

White with #8AB552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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