Html Css Color HEX #8AB55D Chelsea Cucumber

📋 copy color: '#8AB55D'

red 138 ◦ green 181 ◦ blue 93

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

Shades of Chelsea Cucumber #8AB55D

Tints of Chelsea Cucumber #8AB55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 33.5%
G = 43.93%
B = 22.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#8AB55D (or 0x8AB55D) is known color: Chelsea Cucumber. HEX triplet: 8A, B5 and 5D. RGB value is (138,181,93). Sum of RGB (Red+Green+Blue) = 138+181+93=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB55D is #754AA2. Grayscale: #9E9E9E. Windows color (decimal): -7686819 or 6141322. OLE color: 6141322.

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

Color convert

RGB 138 181 93 -
CMYK 0.24 0 0.49 0.29
HSL 89.32º 0.37% 0.54% -
HSV(B) 89.32º 0.49% 0.71% -
XYZ 28.98 39.24 16.4 -
YUV 158.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 138 181 93 0.24 0 0.49 0.29 89.32 0.37 0.54
Hex 8A B5 5D 18 0 31 1D 59 25 36
Octal 212 265 135 30 0 61 35 131 45 66
Binary 10001010 10110101 1011101 11000 0 110001 11101 1011001 100101 110110

Color Harmonies of #8AB55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB55D

Black with #8AB55D

Text Example


Text Example

White with #8AB55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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