#BDC349

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

Shades of Celery #BDC349

Tints of Celery #BDC349

Color information

#BDC349 (or 0xBDC349) is unknown color: approx Celery. HEX triplet: BD, C3 and 49. RGB value is (189,195,73). Sum of RGB (Red+Green+Blue) = 189+195+73=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC349 is #423CB6. Grayscale: #B3B3B3. Windows color (decimal): -4340919 or 4834237. OLE color: 4834237.

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

Color convert

RGB18919573-
CMYK0.0300.630.24
HSL62.95º50.41%52.55%-
HSV(B)62.95º62.56%76.47%-
XYZ41.750.3313.82-
YUV179.368.01134.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=41.36%
G=42.67%
B=15.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195730.0300.630.2462.9550.4152.55
HexBDC349303F183f3235
Octal275303111307730776265
Binary1011110111000011100100111011111111000111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC349; }

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

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

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

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

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

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

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

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