Html Css Color HEX #8AB350 Chelsea Cucumber

📋 copy color: '#8AB350'

red 138 ◦ green 179 ◦ blue 80

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

Shades of Chelsea Cucumber #8AB350

Tints of Chelsea Cucumber #8AB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

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

R = 34.76%
G = 45.09%
B = 20.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#8AB350 (or 0x8AB350) is known color: Chelsea Cucumber. HEX triplet: 8A, B3 and 50. RGB value is (138,179,80). Sum of RGB (Red+Green+Blue) = 138+179+80=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB350 is #754CAF. Grayscale: #9B9B9B. Windows color (decimal): -7687344 or 5288842. OLE color: 5288842.

HSL color Cylindrical-coordinate representation of color #8AB350: hue angle of 84.85º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AB350 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 80 -
CMYK 0.23 0 0.55 0.30
HSL 84.85º 0.39% 0.51% -
HSV(B) 84.85º 0.55% 0.7% -
XYZ 28.05 38.22 13.49 -
YUV 155.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 138 179 80 0.23 0 0.55 0.30 84.85 0.39 0.51
Hex 8A B3 50 17 0 37 1E 55 27 33
Octal 212 263 120 27 0 67 36 125 47 63
Binary 10001010 10110011 1010000 10111 0 110111 11110 1010101 100111 110011

Color Harmonies of #8AB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB350

Black with #8AB350

Text Example


Text Example

White with #8AB350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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