#BDC343

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

Shades of Celery #BDC343

Tints of Celery #BDC343

Color information

#BDC343 (or 0xBDC343) is unknown color: approx Celery. HEX triplet: BD, C3 and 43. RGB value is (189,195,67). Sum of RGB (Red+Green+Blue) = 189+195+67=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC343 is #423CBC. Grayscale: #B3B3B3. Windows color (decimal): -4340925 or 4441021. OLE color: 4441021.

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

Color convert

RGB18919567-
CMYK0.0300.660.24
HSL62.81º51.61%51.37%-
HSV(B)62.81º65.64%76.47%-
XYZ41.5150.2512.82-
YUV178.6165.01135.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 67 (26.56% from 255) = 14.86%
R=41.91%
G=43.24%
B=14.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195670.0300.660.2462.8151.6151.37
HexBDC3433042183f3433
Octal2753031033010230776463
Binary10111101110000111000011110100001011000111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC343; }

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

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

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

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

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

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

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

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