Html Css Color HEX #8AB946 Chelsea Cucumber

📋 copy color: '#8AB946'

red 138 ◦ green 185 ◦ blue 70

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

Shades of Chelsea Cucumber #8AB946

Tints of Chelsea Cucumber #8AB946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 35.11%
G = 47.07%
B = 17.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#8AB946 (or 0x8AB946) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 46. RGB value is (138,185,70). Sum of RGB (Red+Green+Blue) = 138+185+70=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB946 is #7546B9. Grayscale: #9E9E9E. Windows color (decimal): -7685818 or 4635018. OLE color: 4635018.

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

Color convert

RGB 138 185 70 -
CMYK 0.25 0 0.62 0.27
HSL 84.52º 0.45% 0.5% -
HSV(B) 84.52º 0.62% 0.73% -
XYZ 28.94 40.54 12.09 -
YUV 157.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 138 185 70 0.25 0 0.62 0.27 84.52 0.45 0.5
Hex 8A B9 46 19 0 3E 1B 55 2D 32
Octal 212 271 106 31 0 76 33 125 55 62
Binary 10001010 10111001 1000110 11001 0 111110 11011 1010101 101101 110010

Color Harmonies of #8AB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB946

Black with #8AB946

Text Example


Text Example

White with #8AB946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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