Html Css Color HEX #8AB148 Chelsea Cucumber

📋 copy color: '#8AB148'

red 138 ◦ green 177 ◦ blue 72

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

Shades of Chelsea Cucumber #8AB148

Tints of Chelsea Cucumber #8AB148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.74%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 35.66%
G = 45.74%
B = 18.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#8AB148 (or 0x8AB148) is known color: Chelsea Cucumber. HEX triplet: 8A, B1 and 48. RGB value is (138,177,72). Sum of RGB (Red+Green+Blue) = 138+177+72=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB148 is #754EB7. Grayscale: #999999. Windows color (decimal): -7687864 or 4764042. OLE color: 4764042.

HSL color Cylindrical-coordinate representation of color #8AB148: hue angle of 82.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AB148 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 177 72 -
CMYK 0.22 0 0.59 0.31
HSL 82.29º 0.42% 0.49% -
HSV(B) 82.29º 0.59% 0.69% -
XYZ 27.37 37.32 11.89 -
YUV 153.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 138 177 72 0.22 0 0.59 0.31 82.29 0.42 0.49
Hex 8A B1 48 16 0 3B 1F 52 2A 31
Octal 212 261 110 26 0 73 37 122 52 61
Binary 10001010 10110001 1001000 10110 0 111011 11111 1010010 101010 110001

Color Harmonies of #8AB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB148

Black with #8AB148

Text Example


Text Example

White with #8AB148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,72); }

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

background-color css

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

 a { background-color: rgb(138,177,72); }

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

border-color css

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

 span { border-color: rgb(138,177,72); }

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