Html Css Color HEX #8AB460 Chelsea Cucumber

📋 copy color: '#8AB460'

red 138 ◦ green 180 ◦ blue 96

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

Shades of Chelsea Cucumber #8AB460

Tints of Chelsea Cucumber #8AB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.48%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 33.33%
G = 43.48%
B = 23.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#8AB460 (or 0x8AB460) is known color: Chelsea Cucumber. HEX triplet: 8A, B4 and 60. RGB value is (138,180,96). Sum of RGB (Red+Green+Blue) = 138+180+96=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB460 is #754B9F. Grayscale: #9E9E9E. Windows color (decimal): -7687072 or 6337674. OLE color: 6337674.

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

Color convert

RGB 138 180 96 -
CMYK 0.23 0 0.47 0.29
HSL 90º 0.36% 0.54% -
HSV(B) 90º 0.47% 0.71% -
XYZ 28.91 38.89 17.05 -
YUV 157.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 138 180 96 0.23 0 0.47 0.29 90 0.36 0.54
Hex 8A B4 60 17 0 2F 1D 5A 24 36
Octal 212 264 140 27 0 57 35 132 44 66
Binary 10001010 10110100 1100000 10111 0 101111 11101 1011010 100100 110110

Color Harmonies of #8AB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB460

Black with #8AB460

Text Example


Text Example

White with #8AB460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,96); }

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

background-color css

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

 a { background-color: rgb(138,180,96); }

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

border-color css

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

 span { border-color: rgb(138,180,96); }

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