#BAFF54

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

Shades of Conifer #BAFF54

Tints of Conifer #BAFF54

Color information

#BAFF54 (or 0xBAFF54) is unknown color: approx Conifer. HEX triplet: BA, FF and 54. RGB value is (186,255,84). Sum of RGB (Red+Green+Blue) = 186+255+84=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF54 is #4500AB. Grayscale: #D7D7D7. Windows color (decimal): -4522156 or 5570490. OLE color: 5570490.

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

Color convert

RGB18625584-
CMYK0.2700.670
HSL84.21º100%66.47%-
HSV(B)84.21º67.06%100%-
XYZ57.6182.621.29-
YUV214.8854.14107.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 84 (33.20% from 255) = 16%
R=35.43%
G=48.57%
B=16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255840.2700.67084.2110066.47
HexBAFF541B0430546442
Octal2723771243301030124144102
Binary1011101011111111101010011011010000110101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF54; }

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

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

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

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

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

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

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

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