#BDC451

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

Shades of Celery #BDC451

Tints of Celery #BDC451

Color information

#BDC451 (or 0xBDC451) is unknown color: approx Celery. HEX triplet: BD, C4 and 51. RGB value is (189,196,81). Sum of RGB (Red+Green+Blue) = 189+196+81=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC451 is #423BAE. Grayscale: #B5B5B5. Windows color (decimal): -4340655 or 5358781. OLE color: 5358781.

HSL color Cylindrical-coordinate representation of color #BDC451: hue angle of 63.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC451 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB18919681-
CMYK0.0400.590.23
HSL63.65º49.36%54.31%-
HSV(B)63.65º58.67%76.86%-
XYZ42.2150.8915.38-
YUV180.871.68133.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 81 (32.03% from 255) = 17.38%
R=40.56%
G=42.06%
B=17.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196810.0400.590.2363.6549.3654.31
HexBDC451403B17403136
Octal2753041214073271006166
Binary101111011100010010100011000111011101111000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC451; }

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

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

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

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

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

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

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

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