#BADF54

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

Shades of Conifer #BADF54

Tints of Conifer #BADF54

Color information

#BADF54 (or 0xBADF54) is unknown color: approx Conifer. HEX triplet: BA, DF and 54. RGB value is (186,223,84). Sum of RGB (Red+Green+Blue) = 186+223+84=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF54 is #4520AB. Grayscale: #C4C4C4. Windows color (decimal): -4530348 or 5562298. OLE color: 5562298.

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

Color convert

RGB18622384-
CMYK0.1700.620.13
HSL75.97º68.47%60.2%-
HSV(B)75.97º62.33%87.45%-
XYZ48.2463.8518.17-
YUV196.0964.74120.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=37.73%
G=45.23%
B=17.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186223840.1700.620.1375.9768.4760.2
HexBADF541103ED4c443c
Octal272337124210761511410474
Binary10111010110111111010100100010111110110110011001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF54; }

 p { color: rgb(186,223,84); }

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

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

 a { background-color: rgb(186,223,84); }

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

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

 span { border-color: rgb(186,223,84); }

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