#BAFF5A

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

Shades of Conifer #BAFF5A

Tints of Conifer #BAFF5A

Color information

#BAFF5A (or 0xBAFF5A) is unknown color: approx Conifer. HEX triplet: BA, FF and 5A. RGB value is (186,255,90). Sum of RGB (Red+Green+Blue) = 186+255+90=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF5A is #4500A5. Grayscale: #D8D8D8. Windows color (decimal): -4522150 or 5963706. OLE color: 5963706.

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

Color convert

RGB18625590-
CMYK0.2700.650
HSL85.09º100%67.65%-
HSV(B)85.09º64.71%100%-
XYZ57.8682.722.59-
YUV215.5657.14106.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 90 (35.55% from 255) = 16.95%
R=35.03%
G=48.02%
B=16.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255900.2700.65085.0910067.65
HexBAFF5A1B0410556444
Octal2723771323301010125144104
Binary1011101011111111101101011011010000010101010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF5A; }

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

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

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

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

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

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

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

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