#bade68

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

Shades of Conifer #BADE68

Tints of Conifer #BADE68

Color information

#BADE68 (or 0xBADE68) is unknown color: approx Conifer. HEX triplet: BA, DE and 68. RGB value is (186,222,104). Sum of RGB (Red+Green+Blue) = 186+222+104=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE68 is #452197. Grayscale: #C6C6C6. Windows color (decimal): -4530584 or 6872762. OLE color: 6872762.

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

Color convert

RGB186222104-
CMYK0.1600.530.13
HSL78.31º64.13%63.92%-
HSV(B)78.31º53.15%87.06%-
XYZ48.8763.6822.81-
YUV197.7875.07119.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=36.33%
G=43.36%
B=20.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221040.1600.530.1378.3164.1363.92
HexBADE6810035D4e4040
Octal2723361502006515116100100
Binary101110101101111011010001000001101011101100111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bade68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bade68; }

 p { color: rgb(186,222,104); }

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

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

 a { background-color: rgb(186,222,104); }

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

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

 span { border-color: rgb(186,222,104); }

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