Html Css Color HEX #8BA468 Chelsea Cucumber

📋 copy color: '#8BA468'

red 139 ◦ green 164 ◦ blue 104

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

Shades of Chelsea Cucumber #8BA468

Tints of Chelsea Cucumber #8BA468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 34.15%
G = 40.29%
B = 25.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#8BA468 (or 0x8BA468) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 68. RGB value is (139,164,104). Sum of RGB (Red+Green+Blue) = 139+164+104=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA468 is #745B97. Grayscale: #959595. Windows color (decimal): -7625624 or 6857867. OLE color: 6857867.

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

Color convert

RGB 139 164 104 -
CMYK 0.15 0 0.37 0.36
HSL 85º 0.25% 0.53% -
HSV(B) 85º 0.37% 0.64% -
XYZ 26.42 33.04 18.08 -
YUV 149.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 139 164 104 0.15 0 0.37 0.36 85 0.25 0.53
Hex 8B A4 68 F 0 25 24 55 19 35
Octal 213 244 150 17 0 45 44 125 31 65
Binary 10001011 10100100 1101000 1111 0 100101 100100 1010101 11001 110101

Color Harmonies of #8BA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA468

Black with #8BA468

Text Example


Text Example

White with #8BA468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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