#BDC246

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

Shades of Celery #BDC246

Tints of Celery #BDC246

Color information

#BDC246 (or 0xBDC246) is unknown color: approx Celery. HEX triplet: BD, C2 and 46. RGB value is (189,194,70). Sum of RGB (Red+Green+Blue) = 189+194+70=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC246 is #423DB9. Grayscale: #B2B2B2. Windows color (decimal): -4341178 or 4637373. OLE color: 4637373.

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

Color convert

RGB18919470-
CMYK0.0300.640.24
HSL62.42º50.41%51.76%-
HSV(B)62.42º63.92%76.08%-
XYZ41.3849.8413.23-
YUV178.3766.84135.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 194 (76.17% from 255) = 42.83%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=41.72%
G=42.83%
B=15.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194700.0300.640.2462.4250.4151.76
HexBDC2463040183e3234
Octal2753021063010030766264
Binary10111101110000101000110110100000011000111110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC246; }

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

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

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

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

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

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

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

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