#BAF548

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

Shades of Conifer #BAF548

Tints of Conifer #BAF548

Color information

#BAF548 (or 0xBAF548) is unknown color: approx Conifer. HEX triplet: BA, F5 and 48. RGB value is (186,245,72). Sum of RGB (Red+Green+Blue) = 186+245+72=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF548 is #450AB7. Grayscale: #D0D0D0. Windows color (decimal): -4524728 or 4781498. OLE color: 4781498.

HSL color Cylindrical-coordinate representation of color #BAF548: hue angle of 80.46º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAF548 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB18624572-
CMYK0.2400.710.04
HSL80.46º89.64%62.16%-
HSV(B)80.46º70.61%96.08%-
XYZ54.0776.2117.99-
YUV207.6451.45112.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 245 (96.09% from 255) = 48.71%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=36.98%
G=48.71%
B=14.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186245720.2400.710.0480.4689.6462.16
HexBAF548180474505a3e
Octal272365110300107412013276
Binary10111010111101011001000110000100011110010100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF548; }

 p { color: rgb(186,245,72); }

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

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

 a { background-color: rgb(186,245,72); }

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

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

 span { border-color: rgb(186,245,72); }

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