#BAD852

Color #BAD852 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BAD852

Tints of Conifer #BAD852

Color information

#BAD852 (or 0xBAD852) is unknown color: approx Conifer. HEX triplet: BA, D8 and 52. RGB value is (186,216,82). Sum of RGB (Red+Green+Blue) = 186+216+82=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD852 is #4527AD. Grayscale: #C0C0C0. Windows color (decimal): -4532142 or 5429434. OLE color: 5429434.

HSL color Cylindrical-coordinate representation of color #BAD852: hue angle of 73.43º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAD852 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB18621682-
CMYK0.1400.620.15
HSL73.43º63.21%58.43%-
HSV(B)73.43º62.04%84.71%-
XYZ46.3360.1617.15-
YUV191.7566.06123.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=38.43%
G=44.63%
B=16.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186216820.1400.620.1573.4363.2158.43
HexBAD852E03EF493f3a
Octal27233012216076171117772
Binary101110101101100010100101110011111011111001001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD852; }

 p { color: rgb(186,216,82); }

 H1.HeaderClassName
 {
   color: #BAD852;
 }
 .AnyTagClassName
 {
   color: #BAD852;
 }
</style>
background-color css

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

 a { background-color: rgb(186,216,82); }

 div.DivClassName
 {
   background-color: #BAD852;
 }
 .BgClassName
 {
   background-color: #BAD852;
 }
</style>
border-color css

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

 span { border-color: rgb(186,216,82); }

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