Html Css Color HEX #8BAA64 Chelsea Cucumber

📋 copy color: '#8BAA64'

red 139 ◦ green 170 ◦ blue 100

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

Shades of Chelsea Cucumber #8BAA64

Tints of Chelsea Cucumber #8BAA64

RGB

 RED value IS 139 (54.69% from 255) = 33.99%

 GREEN value IS 170 (66.8% from 255) = 41.56%

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 33.99%
G = 41.56%
B = 24.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#8BAA64 (or 0x8BAA64) is known color: Chelsea Cucumber. HEX triplet: 8B, AA and 64. RGB value is (139,170,100). Sum of RGB (Red+Green+Blue) = 139+170+100=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA64 is #74559B. Grayscale: #999999. Windows color (decimal): -7624092 or 6597259. OLE color: 6597259.

HSL color Cylindrical-coordinate representation of color #8BAA64: hue angle of 86.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BAA64 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 170 100 -
CMYK 0.18 0 0.41 0.33
HSL 86.57º 0.29% 0.53% -
HSV(B) 86.57º 0.41% 0.67% -
XYZ 27.32 35.16 17.4 -
YUV 152.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 139 170 100 0.18 0 0.41 0.33 86.57 0.29 0.53
Hex 8B AA 64 12 0 29 21 57 1D 35
Octal 213 252 144 22 0 51 41 127 35 65
Binary 10001011 10101010 1100100 10010 0 101001 100001 1010111 11101 110101

Color Harmonies of #8BAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAA64

Black with #8BAA64

Text Example


Text Example

White with #8BAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,170,100); }

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

background-color css

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

 a { background-color: rgb(139,170,100); }

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

border-color css

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

 span { border-color: rgb(139,170,100); }

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