#BBD148

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

Shades of Celery #BBD148

Tints of Celery #BBD148

Color information

#BBD148 (or 0xBBD148) is unknown color: approx Celery. HEX triplet: BB, D1 and 48. RGB value is (187,209,72). Sum of RGB (Red+Green+Blue) = 187+209+72=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD148 is #442EB7. Grayscale: #BBBBBB. Windows color (decimal): -4468408 or 4772283. OLE color: 4772283.

HSL color Cylindrical-coordinate representation of color #BBD148: hue angle of 69.64º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBD148 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB18720972-
CMYK0.1100.660.18
HSL69.64º59.83%55.1%-
HSV(B)69.64º65.55%81.96%-
XYZ44.4656.6314.72-
YUV186.863.21128.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 72 (28.52% from 255) = 15.38%
R=39.96%
G=44.66%
B=15.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187209720.1100.660.1869.6459.8355.1
HexBBD148B04212463c37
Octal273321110130102221067467
Binary10111011110100011001000101101000010100101000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD148; }

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

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

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

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

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

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

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

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