#BAFB54

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

Shades of Conifer #BAFB54

Tints of Conifer #BAFB54

Color information

#BAFB54 (or 0xBAFB54) is unknown color: approx Conifer. HEX triplet: BA, FB and 54. RGB value is (186,251,84). Sum of RGB (Red+Green+Blue) = 186+251+84=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFB54 is #4504AB. Grayscale: #D5D5D5. Windows color (decimal): -4523180 or 5569466. OLE color: 5569466.

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

Color convert

RGB18625184-
CMYK0.2600.670.02
HSL83.35º95.43%65.69%-
HSV(B)83.35º66.53%98.43%-
XYZ56.3580.0720.87-
YUV212.5355.47109.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 251 (98.44% from 255) = 48.18%
BLUE value IS 84 (33.20% from 255) = 16.12%
R=35.70%
G=48.18%
B=16.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186251840.2600.670.0283.3595.4365.69
HexBAFB541A0432535f42
Octal2723731243201032123137102
Binary10111010111110111010100110100100001110101001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFB54; }

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

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

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

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

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

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

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

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