#BDC051

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

Shades of Celery #BDC051

Tints of Celery #BDC051

Color information

#BDC051 (or 0xBDC051) is unknown color: approx Celery. HEX triplet: BD, C0 and 51. RGB value is (189,192,81). Sum of RGB (Red+Green+Blue) = 189+192+81=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC051 is #423FAE. Grayscale: #B2B2B2. Windows color (decimal): -4341679 or 5357757. OLE color: 5357757.

HSL color Cylindrical-coordinate representation of color #BDC051: hue angle of 61.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC051 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB18919281-
CMYK0.0200.580.25
HSL61.62º46.84%53.53%-
HSV(B)61.62º57.81%75.29%-
XYZ41.3249.1115.09-
YUV178.4573.01135.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 81 (32.03% from 255) = 17.53%
R=40.91%
G=41.56%
B=17.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192810.0200.580.2561.6246.8453.53
HexBDC051203A193e2f36
Octal275300121207231765766
Binary1011110111000000101000110011101011001111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC051; }

 p { color: rgb(189,192,81); }

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

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

 a { background-color: rgb(189,192,81); }

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

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

 span { border-color: rgb(189,192,81); }

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