#BAF35C

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

Shades of Conifer #BAF35C

Tints of Conifer #BAF35C

Color information

#BAF35C (or 0xBAF35C) is unknown color: approx Conifer. HEX triplet: BA, F3 and 5C. RGB value is (186,243,92). Sum of RGB (Red+Green+Blue) = 186+243+92=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF35C is #450CA3. Grayscale: #D1D1D1. Windows color (decimal): -4525220 or 6091706. OLE color: 6091706.

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

Color convert

RGB18624392-
CMYK0.2300.620.05
HSL82.65º86.29%65.69%-
HSV(B)82.65º62.14%95.29%-
XYZ54.2375.3121.8-
YUV208.7462.12111.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 243 (95.31% from 255) = 46.64%
BLUE value IS 92 (36.33% from 255) = 17.66%
R=35.70%
G=46.64%
B=17.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186243920.2300.620.0582.6586.2965.69
HexBAF35C1703E5535642
Octal272363134270765123126102
Binary10111010111100111011100101110111110101101001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF35C; }

 p { color: rgb(186,243,92); }

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

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

 a { background-color: rgb(186,243,92); }

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

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

 span { border-color: rgb(186,243,92); }

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