#BAF065

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

Shades of Conifer #BAF065

Tints of Conifer #BAF065

Color information

#BAF065 (or 0xBAF065) is unknown color: approx Conifer. HEX triplet: BA, F0 and 65. RGB value is (186,240,101). Sum of RGB (Red+Green+Blue) = 186+240+101=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF065 is #450F9A. Grayscale: #D0D0D0. Windows color (decimal): -4525979 or 6680762. OLE color: 6680762.

HSL color Cylindrical-coordinate representation of color #BAF065: hue angle of 83.31º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF065 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB186240101-
CMYK0.2200.580.06
HSL83.31º82.25%66.86%-
HSV(B)83.31º57.92%94.12%-
XYZ53.7673.723.7-
YUV208.0167.61112.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 240 (94.14% from 255) = 45.54%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=35.29%
G=45.54%
B=19.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401010.2200.580.0683.3182.2566.86
HexBAF0651603A6535243
Octal272360145260726123122103
Binary10111010111100001100101101100111010110101001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF065; }

 p { color: rgb(186,240,101); }

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

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

 a { background-color: rgb(186,240,101); }

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

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

 span { border-color: rgb(186,240,101); }

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