#BADF64

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

Shades of Conifer #BADF64

Tints of Conifer #BADF64

Color information

#BADF64 (or 0xBADF64) is unknown color: approx Conifer. HEX triplet: BA, DF and 64. RGB value is (186,223,100). Sum of RGB (Red+Green+Blue) = 186+223+100=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF64 is #45209B. Grayscale: #C6C6C6. Windows color (decimal): -4530332 or 6610874. OLE color: 6610874.

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

Color convert

RGB186223100-
CMYK0.1700.550.13
HSL78.05º65.78%63.33%-
HSV(B)78.05º55.16%87.45%-
XYZ48.9464.1321.86-
YUV197.9272.74119.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 223 (87.5% from 255) = 43.81%
BLUE value IS 100 (39.45% from 255) = 19.65%
R=36.54%
G=43.81%
B=19.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231000.1700.550.1378.0565.7863.33
HexBADF6411037D4e423f
Octal272337144210671511610277
Binary10111010110111111100100100010110111110110011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF64; }

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

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

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

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

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

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

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

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