#BADA61

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

Shades of Conifer #BADA61

Tints of Conifer #BADA61

Color information

#BADA61 (or 0xBADA61) is unknown color: approx Conifer. HEX triplet: BA, DA and 61. RGB value is (186,218,97). Sum of RGB (Red+Green+Blue) = 186+218+97=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA61 is #45259E. Grayscale: #C3C3C3. Windows color (decimal): -4531615 or 6412986. OLE color: 6412986.

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

Color convert

RGB18621897-
CMYK0.1500.560.15
HSL75.87º62.05%61.76%-
HSV(B)75.87º55.5%85.49%-
XYZ47.4861.4420.67-
YUV194.6472.9121.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=37.13%
G=43.51%
B=19.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186218970.1500.560.1575.8762.0561.76
HexBADA61F038F4c3e3e
Octal27233214117070171147676
Binary101110101101101011000011111011100011111001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA61; }

 p { color: rgb(186,218,97); }

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

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

 a { background-color: rgb(186,218,97); }

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

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

 span { border-color: rgb(186,218,97); }

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