#BADE57

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

Shades of Conifer #BADE57

Tints of Conifer #BADE57

Color information

#BADE57 (or 0xBADE57) is unknown color: approx Conifer. HEX triplet: BA, DE and 57. RGB value is (186,222,87). Sum of RGB (Red+Green+Blue) = 186+222+87=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE57 is #4521A8. Grayscale: #C4C4C4. Windows color (decimal): -4530601 or 5758650. OLE color: 5758650.

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

Color convert

RGB18622287-
CMYK0.1600.610.13
HSL76º67.16%60.59%-
HSV(B)76º60.81%87.06%-
XYZ48.0963.3718.71-
YUV195.8566.57120.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 87 (34.38% from 255) = 17.58%
R=37.58%
G=44.85%
B=17.58%

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
Decimal186222870.1600.610.137667.1660.59
HexBADE571003DD4c433d
Octal272336127200751511410375
Binary10111010110111101010111100000111101110110011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE57; }

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

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

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

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

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

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

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

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