#BBFF54

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

Shades of Conifer #BBFF54

Tints of Conifer #BBFF54

Color information

#BBFF54 (or 0xBBFF54) is unknown color: approx Conifer. HEX triplet: BB, FF and 54. RGB value is (187,255,84). Sum of RGB (Red+Green+Blue) = 187+255+84=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF54 is #4400AB. Grayscale: #D7D7D7. Windows color (decimal): -4456620 or 5570491. OLE color: 5570491.

HSL color Cylindrical-coordinate representation of color #BBFF54: hue angle of 83.86º 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 #BBFF54 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB18725584-
CMYK0.2700.670
HSL83.86º100%66.47%-
HSV(B)83.86º67.06%100%-
XYZ57.8582.7221.31-
YUV215.1753.97107.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 255 (100% from 255) = 48.48%
BLUE value IS 84 (33.20% from 255) = 15.97%
R=35.55%
G=48.48%
B=15.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187255840.2700.67083.8610066.47
HexBBFF541B0430546442
Octal2733771243301030124144102
Binary1011101111111111101010011011010000110101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF54; }

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

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

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

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

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

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

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

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