#BAFF5C

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

Shades of Conifer #BAFF5C

Tints of Conifer #BAFF5C

Color information

#BAFF5C (or 0xBAFF5C) is unknown color: approx Conifer. HEX triplet: BA, FF and 5C. RGB value is (186,255,92). Sum of RGB (Red+Green+Blue) = 186+255+92=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF5C is #4500A3. Grayscale: #D8D8D8. Windows color (decimal): -4522148 or 6094778. OLE color: 6094778.

HSL color Cylindrical-coordinate representation of color #BAFF5C: hue angle of 85.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAFF5C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB18625592-
CMYK0.2700.640
HSL85.4º100%68.04%-
HSV(B)85.4º63.92%100%-
XYZ57.9482.7323.04-
YUV215.7958.14106.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=34.90%
G=47.84%
B=17.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255920.2700.64085.410068.04
HexBAFF5C1B0400556444
Octal2723771343301000125144104
Binary1011101011111111101110011011010000000101010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF5C; }

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

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

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

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

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

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

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

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