Html Css Color HEX #8BA352 Chelsea Cucumber

📋 copy color: '#8BA352'

red 139 ◦ green 163 ◦ blue 82

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

Shades of Chelsea Cucumber #8BA352

Tints of Chelsea Cucumber #8BA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

 BLUE value IS 82 (32.42% from 255) = 21.35%

R = 36.2%
G = 42.45%
B = 21.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#8BA352 (or 0x8BA352) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 52. RGB value is (139,163,82). Sum of RGB (Red+Green+Blue) = 139+163+82=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA352 is #745CAD. Grayscale: #929292. Windows color (decimal): -7625902 or 5415819. OLE color: 5415819.

HSL color Cylindrical-coordinate representation of color #8BA352: hue angle of 77.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BA352 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 163 82 -
CMYK 0.15 0 0.50 0.36
HSL 77.78º 0.33% 0.48% -
HSV(B) 77.78º 0.5% 0.64% -
XYZ 25.27 32.29 12.88 -
YUV 146.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 139 163 82 0.15 0 0.50 0.36 77.78 0.33 0.48
Hex 8B A3 52 F 0 32 24 4E 21 30
Octal 213 243 122 17 0 62 44 116 41 60
Binary 10001011 10100011 1010010 1111 0 110010 100100 1001110 100001 110000

Color Harmonies of #8BA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA352

Black with #8BA352

Text Example


Text Example

White with #8BA352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,163,82); }

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

background-color css

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

 a { background-color: rgb(139,163,82); }

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

border-color css

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

 span { border-color: rgb(139,163,82); }

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