#BADD57

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

Shades of Conifer #BADD57

Tints of Conifer #BADD57

Color information

#BADD57 (or 0xBADD57) is unknown color: approx Conifer. HEX triplet: BA, DD and 57. RGB value is (186,221,87). Sum of RGB (Red+Green+Blue) = 186+221+87=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD57 is #4522A8. Grayscale: #C3C3C3. Windows color (decimal): -4530857 or 5758394. OLE color: 5758394.

HSL color Cylindrical-coordinate representation of color #BADD57: hue angle of 75.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BADD57 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB18622187-
CMYK0.1600.610.13
HSL75.67º66.34%60.39%-
HSV(B)75.67º60.63%86.67%-
XYZ47.8362.8418.63-
YUV195.2666.9121.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 87 (34.38% from 255) = 17.61%
R=37.65%
G=44.74%
B=17.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186221870.1600.610.1375.6766.3460.39
HexBADD571003DD4c423c
Octal272335127200751511410274
Binary10111010110111011010111100000111101110110011001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD57; }

 p { color: rgb(186,221,87); }

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

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

 a { background-color: rgb(186,221,87); }

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

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

 span { border-color: rgb(186,221,87); }

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