Html Css Color HEX #8BA55F Chelsea Cucumber

📋 copy color: '#8BA55F'

red 139 ◦ green 165 ◦ blue 95

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

Shades of Chelsea Cucumber #8BA55F

Tints of Chelsea Cucumber #8BA55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

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

R = 34.84%
G = 41.35%
B = 23.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#8BA55F (or 0x8BA55F) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 5F. RGB value is (139,165,95). Sum of RGB (Red+Green+Blue) = 139+165+95=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA55F is #745AA0. Grayscale: #959595. Windows color (decimal): -7625377 or 6268299. OLE color: 6268299.

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

Color convert

RGB 139 165 95 -
CMYK 0.16 0 0.42 0.35
HSL 82.29º 0.28% 0.51% -
HSV(B) 82.29º 0.42% 0.65% -
XYZ 26.17 33.23 15.86 -
YUV 149.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 139 165 95 0.16 0 0.42 0.35 82.29 0.28 0.51
Hex 8B A5 5F 10 0 2A 23 52 1C 33
Octal 213 245 137 20 0 52 43 122 34 63
Binary 10001011 10100101 1011111 10000 0 101010 100011 1010010 11100 110011

Color Harmonies of #8BA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA55F

Black with #8BA55F

Text Example


Text Example

White with #8BA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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