#BAF662

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

Shades of Conifer #BAF662

Tints of Conifer #BAF662

Color information

#BAF662 (or 0xBAF662) is unknown color: approx Conifer. HEX triplet: BA, F6 and 62. RGB value is (186,246,98). Sum of RGB (Red+Green+Blue) = 186+246+98=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF662 is #45099D. Grayscale: #D3D3D3. Windows color (decimal): -4524446 or 6485690. OLE color: 6485690.

HSL color Cylindrical-coordinate representation of color #BAF662: hue angle of 84.32º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF662 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB18624698-
CMYK0.2400.600.04
HSL84.32º89.16%67.45%-
HSV(B)84.32º60.16%96.47%-
XYZ55.4177.2323.54-
YUV211.1964.12110.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 246 (96.48% from 255) = 46.42%
BLUE value IS 98 (38.67% from 255) = 18.49%
R=35.09%
G=46.42%
B=18.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186246980.2400.600.0484.3289.1667.45
HexBAF6621803C4545943
Octal272366142300744124131103
Binary10111010111101101100010110000111100100101010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF662; }

 p { color: rgb(186,246,98); }

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

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

 a { background-color: rgb(186,246,98); }

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

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

 span { border-color: rgb(186,246,98); }

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