Html Css Color HEX #8BA172 Chelsea Cucumber

📋 copy color: '#8BA172'

red 139 ◦ green 161 ◦ blue 114

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

Shades of Chelsea Cucumber #8BA172

Tints of Chelsea Cucumber #8BA172

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 33.57%
G = 38.89%
B = 27.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#8BA172 (or 0x8BA172) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 72. RGB value is (139,161,114). Sum of RGB (Red+Green+Blue) = 139+161+114=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA172 is #745E8D. Grayscale: #959595. Windows color (decimal): -7626382 or 7512459. OLE color: 7512459.

HSL color Cylindrical-coordinate representation of color #8BA172: hue angle of 88.09º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA172 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 114 -
CMYK 0.14 0 0.29 0.37
HSL 88.09º 0.2% 0.54% -
HSV(B) 88.09º 0.29% 0.63% -
XYZ 26.43 32.19 20.74 -
YUV 149.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 139 161 114 0.14 0 0.29 0.37 88.09 0.2 0.54
Hex 8B A1 72 E 0 1D 25 58 14 36
Octal 213 241 162 16 0 35 45 130 24 66
Binary 10001011 10100001 1110010 1110 0 11101 100101 1011000 10100 110110

Color Harmonies of #8BA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA172

Black with #8BA172

Text Example


Text Example

White with #8BA172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,114); }

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

background-color css

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

 a { background-color: rgb(139,161,114); }

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

border-color css

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

 span { border-color: rgb(139,161,114); }

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