#BDD146

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

Shades of Celery #BDD146

Tints of Celery #BDD146

Color information

#BDD146 (or 0xBDD146) is unknown color: approx Celery. HEX triplet: BD, D1 and 46. RGB value is (189,209,70). Sum of RGB (Red+Green+Blue) = 189+209+70=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD146 is #422EB9. Grayscale: #BBBBBB. Windows color (decimal): -4337338 or 4641213. OLE color: 4641213.

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

Color convert

RGB18920970-
CMYK0.1000.670.18
HSL68.63º60.17%54.71%-
HSV(B)68.63º66.51%81.96%-
XYZ44.8956.8614.4-
YUV187.1761.87129.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 70 (27.73% from 255) = 14.96%
R=40.38%
G=44.66%
B=14.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189209700.1000.670.1868.6360.1754.71
HexBDD146A04312453c37
Octal275321106120103221057467
Binary10111101110100011000110101001000011100101000101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD146; }

 p { color: rgb(189,209,70); }

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

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

 a { background-color: rgb(189,209,70); }

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

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

 span { border-color: rgb(189,209,70); }

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