Html Css Color HEX #8AB950 Chelsea Cucumber

📋 copy color: '#8AB950'

red 138 ◦ green 185 ◦ blue 80

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

Shades of Chelsea Cucumber #8AB950

Tints of Chelsea Cucumber #8AB950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 34.24%
G = 45.91%
B = 19.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#8AB950 (or 0x8AB950) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 50. RGB value is (138,185,80). Sum of RGB (Red+Green+Blue) = 138+185+80=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB950 is #7546AF. Grayscale: #9F9F9F. Windows color (decimal): -7685808 or 5290378. OLE color: 5290378.

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

Color convert

RGB 138 185 80 -
CMYK 0.25 0 0.57 0.27
HSL 86.86º 0.43% 0.52% -
HSV(B) 86.86º 0.57% 0.73% -
XYZ 29.28 40.68 13.9 -
YUV 158.98 83.43 113.04 -
System Red Green Blue C M Y K H S L
Decimal 138 185 80 0.25 0 0.57 0.27 86.86 0.43 0.52
Hex 8A B9 50 19 0 39 1B 57 2B 34
Octal 212 271 120 31 0 71 33 127 53 64
Binary 10001010 10111001 1010000 11001 0 111001 11011 1010111 101011 110100

Color Harmonies of #8AB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB950

Black with #8AB950

Text Example


Text Example

White with #8AB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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