#BDC150

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

Shades of Celery #BDC150

Tints of Celery #BDC150

Color information

#BDC150 (or 0xBDC150) is unknown color: approx Celery. HEX triplet: BD, C1 and 50. RGB value is (189,193,80). Sum of RGB (Red+Green+Blue) = 189+193+80=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC150 is #423EAF. Grayscale: #B3B3B3. Windows color (decimal): -4341424 or 5292477. OLE color: 5292477.

HSL color Cylindrical-coordinate representation of color #BDC150: hue angle of 62.12º 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 #BDC150 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB18919380-
CMYK0.0200.590.24
HSL62.12º47.68%53.53%-
HSV(B)62.12º58.55%75.69%-
XYZ41.549.5414.96-
YUV178.9272.17135.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 80 (31.64% from 255) = 17.32%
R=40.91%
G=41.77%
B=17.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193800.0200.590.2462.1247.6853.53
HexBDC150203B183e3036
Octal275301120207330766066
Binary1011110111000001101000010011101111000111110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC150; }

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

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

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

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

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

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

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

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