#BADD69

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

Shades of Conifer #BADD69

Tints of Conifer #BADD69

Color information

#BADD69 (or 0xBADD69) is unknown color: approx Conifer. HEX triplet: BA, DD and 69. RGB value is (186,221,105). Sum of RGB (Red+Green+Blue) = 186+221+105=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD69 is #452296. Grayscale: #C5C5C5. Windows color (decimal): -4530839 or 6938042. OLE color: 6938042.

HSL color Cylindrical-coordinate representation of color #BADD69: hue angle of 78.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BADD69 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB186221105-
CMYK0.1600.520.13
HSL78.1º63.04%63.92%-
HSV(B)78.1º52.49%86.67%-
XYZ48.6663.1722.99-
YUV197.3175.9119.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=36.33%
G=43.16%
B=20.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211050.1600.520.1378.163.0463.92
HexBADD6910034D4e3f40
Octal272335151200641511677100
Binary10111010110111011101001100000110100110110011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD69; }

 p { color: rgb(186,221,105); }

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

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

 a { background-color: rgb(186,221,105); }

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

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

 span { border-color: rgb(186,221,105); }

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