#BDC250

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

Shades of Celery #BDC250

Tints of Celery #BDC250

Color information

#BDC250 (or 0xBDC250) is unknown color: approx Celery. HEX triplet: BD, C2 and 50. RGB value is (189,194,80). Sum of RGB (Red+Green+Blue) = 189+194+80=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC250 is #423DAF. Grayscale: #B3B3B3. Windows color (decimal): -4341168 or 5292733. OLE color: 5292733.

HSL color Cylindrical-coordinate representation of color #BDC250: hue angle of 62.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC250 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB18919480-
CMYK0.0300.590.24
HSL62.63º48.31%53.73%-
HSV(B)62.63º58.76%76.08%-
XYZ41.7349.9815.04-
YUV179.5171.84134.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=40.82%
G=41.90%
B=17.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194800.0300.590.2462.6348.3153.73
HexBDC250303B183f3036
Octal275302120307330776066
Binary1011110111000010101000011011101111000111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC250; }

 p { color: rgb(189,194,80); }

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

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

 a { background-color: rgb(189,194,80); }

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

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

 span { border-color: rgb(189,194,80); }

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