#BADF67

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

Shades of Conifer #BADF67

Tints of Conifer #BADF67

Color information

#BADF67 (or 0xBADF67) is unknown color: approx Conifer. HEX triplet: BA, DF and 67. RGB value is (186,223,103). Sum of RGB (Red+Green+Blue) = 186+223+103=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF67 is #452098. Grayscale: #C6C6C6. Windows color (decimal): -4530329 or 6807482. OLE color: 6807482.

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

Color convert

RGB186223103-
CMYK0.1700.540.13
HSL78.5º65.22%63.92%-
HSV(B)78.5º53.81%87.45%-
XYZ49.0964.1922.64-
YUV198.2674.24119.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=36.33%
G=43.55%
B=20.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231030.1700.540.1378.565.2263.92
HexBADF6711036D4e4140
Octal2723371472106615116101100
Binary101110101101111111001111000101101101101100111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF67; }

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

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

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

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

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

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

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

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