#BBF548

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

Shades of Conifer #BBF548

Tints of Conifer #BBF548

Color information

#BBF548 (or 0xBBF548) is unknown color: approx Conifer. HEX triplet: BB, F5 and 48. RGB value is (187,245,72). Sum of RGB (Red+Green+Blue) = 187+245+72=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF548 is #440AB7. Grayscale: #D0D0D0. Windows color (decimal): -4459192 or 4781499. OLE color: 4781499.

HSL color Cylindrical-coordinate representation of color #BBF548: hue angle of 80.12º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBF548 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB18724572-
CMYK0.2400.710.04
HSL80.12º89.64%62.16%-
HSV(B)80.12º70.61%96.08%-
XYZ54.3276.3418-
YUV207.9451.28113.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 245 (96.09% from 255) = 48.61%
BLUE value IS 72 (28.52% from 255) = 14.29%
R=37.10%
G=48.61%
B=14.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187245720.2400.710.0480.1289.6462.16
HexBBF548180474505a3e
Octal273365110300107412013276
Binary10111011111101011001000110000100011110010100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF548; }

 p { color: rgb(187,245,72); }

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

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

 a { background-color: rgb(187,245,72); }

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

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

 span { border-color: rgb(187,245,72); }

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