#BBF954

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

Shades of Conifer #BBF954

Tints of Conifer #BBF954

Color information

#BBF954 (or 0xBBF954) is unknown color: approx Conifer. HEX triplet: BB, F9 and 54. RGB value is (187,249,84). Sum of RGB (Red+Green+Blue) = 187+249+84=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF954 is #4406AB. Grayscale: #D4D4D4. Windows color (decimal): -4458156 or 5568955. OLE color: 5568955.

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

Color convert

RGB18724984-
CMYK0.2500.660.02
HSL82.55º93.22%65.29%-
HSV(B)82.55º66.27%97.65%-
XYZ55.9778.9620.68-
YUV211.6555.96110.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 84 (33.20% from 255) = 16.15%
R=35.96%
G=47.88%
B=16.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187249840.2500.660.0282.5593.2265.29
HexBBF954190422535d41
Octal2733711243101022123135101
Binary10111011111110011010100110010100001010101001110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF954; }

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

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

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

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

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

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

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

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