#BADC5F

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

Shades of Conifer #BADC5F

Tints of Conifer #BADC5F

Color information

#BADC5F (or 0xBADC5F) is unknown color: approx Conifer. HEX triplet: BA, DC and 5F. RGB value is (186,220,95). Sum of RGB (Red+Green+Blue) = 186+220+95=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC5F is #4523A0. Grayscale: #C4C4C4. Windows color (decimal): -4531105 or 6282426. OLE color: 6282426.

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

Color convert

RGB18622095-
CMYK0.1500.570.14
HSL76.32º64.1%61.76%-
HSV(B)76.32º56.82%86.27%-
XYZ47.9162.4520.36-
YUV195.5871.24121.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=37.13%
G=43.91%
B=18.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186220950.1500.570.1476.3264.161.76
HexBADC5FF039E4c403e
Octal272334137170711611410076
Binary1011101011011100101111111110111001111010011001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC5F; }

 p { color: rgb(186,220,95); }

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

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

 a { background-color: rgb(186,220,95); }

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

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

 span { border-color: rgb(186,220,95); }

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