Html Css Color HEX #8AB760 Chelsea Cucumber

📋 copy color: '#8AB760'

red 138 ◦ green 183 ◦ blue 96

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

Shades of Chelsea Cucumber #8AB760

Tints of Chelsea Cucumber #8AB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.88%

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

R = 33.09%
G = 43.88%
B = 23.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#8AB760 (or 0x8AB760) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 60. RGB value is (138,183,96). Sum of RGB (Red+Green+Blue) = 138+183+96=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB760 is #75489F. Grayscale: #9F9F9F. Windows color (decimal): -7686304 or 6338442. OLE color: 6338442.

HSL color Cylindrical-coordinate representation of color #8AB760: hue angle of 91.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB760 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 96 -
CMYK 0.25 0 0.48 0.28
HSL 91.03º 0.38% 0.55% -
HSV(B) 91.03º 0.48% 0.72% -
XYZ 29.53 40.11 17.25 -
YUV 159.63 92.09 112.57 -
System Red Green Blue C M Y K H S L
Decimal 138 183 96 0.25 0 0.48 0.28 91.03 0.38 0.55
Hex 8A B7 60 19 0 30 1C 5B 26 37
Octal 212 267 140 31 0 60 34 133 46 67
Binary 10001010 10110111 1100000 11001 0 110000 11100 1011011 100110 110111

Color Harmonies of #8AB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB760

Black with #8AB760

Text Example


Text Example

White with #8AB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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