#BADF56

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

Shades of Conifer #BADF56

Tints of Conifer #BADF56

Color information

#BADF56 (or 0xBADF56) is unknown color: approx Conifer. HEX triplet: BA, DF and 56. RGB value is (186,223,86). Sum of RGB (Red+Green+Blue) = 186+223+86=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF56 is #4520A9. Grayscale: #C4C4C4. Windows color (decimal): -4530346 or 5693370. OLE color: 5693370.

HSL color Cylindrical-coordinate representation of color #BADF56: hue angle of 76.2º degrees, saturation: 0.68, 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 #BADF56 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB18622386-
CMYK0.1700.610.13
HSL76.2º68.16%60.59%-
HSV(B)76.2º61.43%87.45%-
XYZ48.3263.8918.59-
YUV196.3265.74120.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 86 (33.98% from 255) = 17.37%
R=37.58%
G=45.05%
B=17.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186223860.1700.610.1376.268.1660.59
HexBADF561103DD4c443d
Octal272337126210751511410475
Binary10111010110111111010110100010111101110110011001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF56; }

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

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

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

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

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

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

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

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