#BAF041

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

Shades of Conifer #BAF041

Tints of Conifer #BAF041

Color information

#BAF041 (or 0xBAF041) is unknown color: approx Conifer. HEX triplet: BA, F0 and 41. RGB value is (186,240,65). Sum of RGB (Red+Green+Blue) = 186+240+65=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF041 is #450FBE. Grayscale: #CCCCCC. Windows color (decimal): -4526015 or 4321466. OLE color: 4321466.

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

Color convert

RGB18624065-
CMYK0.2200.730.06
HSL78.51º85.37%59.8%-
HSV(B)78.51º72.92%94.12%-
XYZ52.3673.1416.36-
YUV203.949.61115.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 65 (25.78% from 255) = 13.24%
R=37.88%
G=48.88%
B=13.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186240650.2200.730.0678.5185.3759.8
HexBAF0411604964f553c
Octal272360101260111611712574
Binary10111010111100001000001101100100100111010011111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF041; }

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

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

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

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

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

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

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

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