Html Css Color HEX #8BA55A Chelsea Cucumber

📋 copy color: '#8BA55A'

red 139 ◦ green 165 ◦ blue 90

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

Shades of Chelsea Cucumber #8BA55A

Tints of Chelsea Cucumber #8BA55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 35.28%
G = 41.88%
B = 22.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#8BA55A (or 0x8BA55A) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 5A. RGB value is (139,165,90). Sum of RGB (Red+Green+Blue) = 139+165+90=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA55A is #745AA5. Grayscale: #949494. Windows color (decimal): -7625382 or 5940619. OLE color: 5940619.

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

Color convert

RGB 139 165 90 -
CMYK 0.16 0 0.45 0.35
HSL 80.8º 0.29% 0.5% -
HSV(B) 80.8º 0.45% 0.65% -
XYZ 25.95 33.14 14.7 -
YUV 148.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 139 165 90 0.16 0 0.45 0.35 80.8 0.29 0.5
Hex 8B A5 5A 10 0 2D 23 51 1D 32
Octal 213 245 132 20 0 55 43 121 35 62
Binary 10001011 10100101 1011010 10000 0 101101 100011 1010001 11101 110010

Color Harmonies of #8BA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA55A

Black with #8BA55A

Text Example


Text Example

White with #8BA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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