#BAF243

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

Shades of Conifer #BAF243

Tints of Conifer #BAF243

Color information

#BAF243 (or 0xBAF243) is unknown color: approx Conifer. HEX triplet: BA, F2 and 43. RGB value is (186,242,67). Sum of RGB (Red+Green+Blue) = 186+242+67=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF243 is #450DBC. Grayscale: #CDCDCD. Windows color (decimal): -4525501 or 4453050. OLE color: 4453050.

HSL color Cylindrical-coordinate representation of color #BAF243: hue angle of 79.2º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAF243 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB18624267-
CMYK0.2300.720.05
HSL79.2º87.06%60.59%-
HSV(B)79.2º72.31%94.9%-
XYZ53.0174.3516.87-
YUV205.3149.95114.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 67 (26.56% from 255) = 13.54%
R=37.58%
G=48.89%
B=13.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186242670.2300.720.0579.287.0660.59
HexBAF2431704854f573d
Octal272362103270110511712775
Binary10111010111100101000011101110100100010110011111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF243; }

 p { color: rgb(186,242,67); }

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

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

 a { background-color: rgb(186,242,67); }

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

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

 span { border-color: rgb(186,242,67); }

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