Html Css Color HEX #8BA464 Chelsea Cucumber

📋 copy color: '#8BA464'

red 139 ◦ green 164 ◦ blue 100

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

Shades of Chelsea Cucumber #8BA464

Tints of Chelsea Cucumber #8BA464

RGB

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

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

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

R = 34.49%
G = 40.69%
B = 24.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#8BA464 (or 0x8BA464) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 64. RGB value is (139,164,100). Sum of RGB (Red+Green+Blue) = 139+164+100=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA464 is #745B9B. Grayscale: #959595. Windows color (decimal): -7625628 or 6595723. OLE color: 6595723.

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

Color convert

RGB 139 164 100 -
CMYK 0.15 0 0.39 0.36
HSL 83.44º 0.26% 0.52% -
HSV(B) 83.44º 0.39% 0.64% -
XYZ 26.22 32.96 17.04 -
YUV 149.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 139 164 100 0.15 0 0.39 0.36 83.44 0.26 0.52
Hex 8B A4 64 F 0 27 24 53 1A 34
Octal 213 244 144 17 0 47 44 123 32 64
Binary 10001011 10100100 1100100 1111 0 100111 100100 1010011 11010 110100

Color Harmonies of #8BA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA464

Black with #8BA464

Text Example


Text Example

White with #8BA464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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