Html Css Color HEX #8BA65F Chelsea Cucumber

📋 copy color: '#8BA65F'

red 139 ◦ green 166 ◦ blue 95

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

Shades of Chelsea Cucumber #8BA65F

Tints of Chelsea Cucumber #8BA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 34.75%
G = 41.5%
B = 23.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#8BA65F (or 0x8BA65F) is known color: Chelsea Cucumber. HEX triplet: 8B, A6 and 5F. RGB value is (139,166,95). Sum of RGB (Red+Green+Blue) = 139+166+95=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA65F is #7459A0. Grayscale: #969696. Windows color (decimal): -7625121 or 6268555. OLE color: 6268555.

HSL color Cylindrical-coordinate representation of color #8BA65F: hue angle of 82.82º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BA65F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 166 95 -
CMYK 0.16 0 0.43 0.35
HSL 82.82º 0.29% 0.51% -
HSV(B) 82.82º 0.43% 0.65% -
XYZ 26.35 33.59 15.92 -
YUV 149.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 139 166 95 0.16 0 0.43 0.35 82.82 0.29 0.51
Hex 8B A6 5F 10 0 2B 23 53 1D 33
Octal 213 246 137 20 0 53 43 123 35 63
Binary 10001011 10100110 1011111 10000 0 101011 100011 1010011 11101 110011

Color Harmonies of #8BA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA65F

Black with #8BA65F

Text Example


Text Example

White with #8BA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,166,95); }

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

background-color css

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

 a { background-color: rgb(139,166,95); }

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

border-color css

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

 span { border-color: rgb(139,166,95); }

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