Html Css Color HEX #8BA25A Chelsea Cucumber

📋 copy color: '#8BA25A'

red 139 ◦ green 162 ◦ blue 90

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

Shades of Chelsea Cucumber #8BA25A

Tints of Chelsea Cucumber #8BA25A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

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

R = 35.55%
G = 41.43%
B = 23.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#8BA25A (or 0x8BA25A) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 5A. RGB value is (139,162,90). Sum of RGB (Red+Green+Blue) = 139+162+90=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA25A is #745DA5. Grayscale: #939393. Windows color (decimal): -7626150 or 5939851. OLE color: 5939851.

HSL color Cylindrical-coordinate representation of color #8BA25A: hue angle of 79.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BA25A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 162 90 -
CMYK 0.14 0 0.44 0.36
HSL 79.17º 0.29% 0.49% -
HSV(B) 79.17º 0.44% 0.64% -
XYZ 25.41 32.07 14.52 -
YUV 146.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 139 162 90 0.14 0 0.44 0.36 79.17 0.29 0.49
Hex 8B A2 5A E 0 2C 24 4F 1D 31
Octal 213 242 132 16 0 54 44 117 35 61
Binary 10001011 10100010 1011010 1110 0 101100 100100 1001111 11101 110001

Color Harmonies of #8BA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA25A

Black with #8BA25A

Text Example


Text Example

White with #8BA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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