#BADB48

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

Shades of Conifer #BADB48

Tints of Conifer #BADB48

Color information

#BADB48 (or 0xBADB48) is unknown color: approx Conifer. HEX triplet: BA, DB and 48. RGB value is (186,219,72). Sum of RGB (Red+Green+Blue) = 186+219+72=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB48 is #4524B7. Grayscale: #C0C0C0. Windows color (decimal): -4531384 or 4774842. OLE color: 4774842.

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

Color convert

RGB18621972-
CMYK0.1500.670.14
HSL73.47º67.12%57.06%-
HSV(B)73.47º67.12%85.88%-
XYZ46.7561.5715.55-
YUV192.3860.07123.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=38.99%
G=45.91%
B=15.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186219720.1500.670.1473.4767.1257.06
HexBADB48F043E494339
Octal2723331101701031611110371
Binary10111010110110111001000111101000011111010010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB48; }

 p { color: rgb(186,219,72); }

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

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

 a { background-color: rgb(186,219,72); }

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

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

 span { border-color: rgb(186,219,72); }

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