Html Css Color HEX #8BA466 Chelsea Cucumber

📋 copy color: '#8BA466'

red 139 ◦ green 164 ◦ blue 102

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

Shades of Chelsea Cucumber #8BA466

Tints of Chelsea Cucumber #8BA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.49%

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 34.32%
G = 40.49%
B = 25.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#8BA466 (or 0x8BA466) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 66. RGB value is (139,164,102). Sum of RGB (Red+Green+Blue) = 139+164+102=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA466 is #745B99. Grayscale: #959595. Windows color (decimal): -7625626 or 6726795. OLE color: 6726795.

HSL color Cylindrical-coordinate representation of color #8BA466: hue angle of 84.19º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA466 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 164 102 -
CMYK 0.15 0 0.38 0.36
HSL 84.19º 0.25% 0.52% -
HSV(B) 84.19º 0.38% 0.64% -
XYZ 26.32 33 17.55 -
YUV 149.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 139 164 102 0.15 0 0.38 0.36 84.19 0.25 0.52
Hex 8B A4 66 F 0 26 24 54 19 34
Octal 213 244 146 17 0 46 44 124 31 64
Binary 10001011 10100100 1100110 1111 0 100110 100100 1010100 11001 110100

Color Harmonies of #8BA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA466

Black with #8BA466

Text Example


Text Example

White with #8BA466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,164,102); }

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

background-color css

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

 a { background-color: rgb(139,164,102); }

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

border-color css

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

 span { border-color: rgb(139,164,102); }

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