#BDC354

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

Shades of Celery #BDC354

Tints of Celery #BDC354

Color information

#BDC354 (or 0xBDC354) is unknown color: approx Celery. HEX triplet: BD, C3 and 54. RGB value is (189,195,84). Sum of RGB (Red+Green+Blue) = 189+195+84=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC354 is #423CAB. Grayscale: #B4B4B4. Windows color (decimal): -4340908 or 5555133. OLE color: 5555133.

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

Color convert

RGB18919584-
CMYK0.0300.570.24
HSL63.24º48.05%54.71%-
HSV(B)63.24º56.92%76.47%-
XYZ42.150.4915.91-
YUV180.5573.51134.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=40.38%
G=41.67%
B=17.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195840.0300.570.2463.2448.0554.71
HexBDC3543039183f3037
Octal275303124307130776067
Binary1011110111000011101010011011100111000111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC354; }

 p { color: rgb(189,195,84); }

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

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

 a { background-color: rgb(189,195,84); }

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

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

 span { border-color: rgb(189,195,84); }

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