Html Css Color HEX #8BA85A Chelsea Cucumber

📋 copy color: '#8BA85A'

red 139 ◦ green 168 ◦ blue 90

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

Shades of Chelsea Cucumber #8BA85A

Tints of Chelsea Cucumber #8BA85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 35.01%
G = 42.32%
B = 22.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#8BA85A (or 0x8BA85A) is known color: Chelsea Cucumber. HEX triplet: 8B, A8 and 5A. RGB value is (139,168,90). Sum of RGB (Red+Green+Blue) = 139+168+90=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA85A is #7457A5. Grayscale: #969696. Windows color (decimal): -7624614 or 5941387. OLE color: 5941387.

HSL color Cylindrical-coordinate representation of color #8BA85A: hue angle of 82.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BA85A is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 168 90 -
CMYK 0.17 0 0.46 0.34
HSL 82.31º 0.31% 0.51% -
HSV(B) 82.31º 0.46% 0.66% -
XYZ 26.5 34.23 14.88 -
YUV 150.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 139 168 90 0.17 0 0.46 0.34 82.31 0.31 0.51
Hex 8B A8 5A 11 0 2E 22 52 1F 33
Octal 213 250 132 21 0 56 42 122 37 63
Binary 10001011 10101000 1011010 10001 0 101110 100010 1010010 11111 110011

Color Harmonies of #8BA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA85A

Black with #8BA85A

Text Example


Text Example

White with #8BA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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