Html Css Color HEX #8AB949 Chelsea Cucumber

📋 copy color: '#8AB949'

red 138 ◦ green 185 ◦ blue 73

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

Shades of Chelsea Cucumber #8AB949

Tints of Chelsea Cucumber #8AB949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 34.85%
G = 46.72%
B = 18.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#8AB949 (or 0x8AB949) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 49. RGB value is (138,185,73). Sum of RGB (Red+Green+Blue) = 138+185+73=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB949 is #7546B6. Grayscale: #9E9E9E. Windows color (decimal): -7685815 or 4831626. OLE color: 4831626.

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

Color convert

RGB 138 185 73 -
CMYK 0.25 0 0.61 0.27
HSL 85.18º 0.44% 0.51% -
HSV(B) 85.18º 0.61% 0.73% -
XYZ 29.03 40.58 12.61 -
YUV 158.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 138 185 73 0.25 0 0.61 0.27 85.18 0.44 0.51
Hex 8A B9 49 19 0 3D 1B 55 2C 33
Octal 212 271 111 31 0 75 33 125 54 63
Binary 10001010 10111001 1001001 11001 0 111101 11011 1010101 101100 110011

Color Harmonies of #8AB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB949

Black with #8AB949

Text Example


Text Example

White with #8AB949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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