#BADA64

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

Shades of Conifer #BADA64

Tints of Conifer #BADA64

Color information

#BADA64 (or 0xBADA64) is unknown color: approx Conifer. HEX triplet: BA, DA and 64. RGB value is (186,218,100). Sum of RGB (Red+Green+Blue) = 186+218+100=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA64 is #45259B. Grayscale: #C3C3C3. Windows color (decimal): -4531612 or 6609594. OLE color: 6609594.

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

Color convert

RGB186218100-
CMYK0.1500.540.15
HSL76.27º61.46%62.35%-
HSV(B)76.27º54.13%85.49%-
XYZ47.6261.521.42-
YUV194.9874.4121.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 100 (39.45% from 255) = 19.84%
R=36.90%
G=43.25%
B=19.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181000.1500.540.1576.2761.4662.35
HexBADA64F036F4c3d3e
Octal27233214417066171147576
Binary101110101101101011001001111011011011111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA64; }

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

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

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

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

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

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

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

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