#BDC348

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

Shades of Celery #BDC348

Tints of Celery #BDC348

Color information

#BDC348 (or 0xBDC348) is unknown color: approx Celery. HEX triplet: BD, C3 and 48. RGB value is (189,195,72). Sum of RGB (Red+Green+Blue) = 189+195+72=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC348 is #423CB7. Grayscale: #B3B3B3. Windows color (decimal): -4340920 or 4768701. OLE color: 4768701.

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

Color convert

RGB18919572-
CMYK0.0300.630.24
HSL62.93º50.62%52.35%-
HSV(B)62.93º63.08%76.47%-
XYZ41.6750.3213.65-
YUV179.1867.51135-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=41.45%
G=42.76%
B=15.79%

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
Decimal189195720.0300.630.2462.9350.6252.35
HexBDC348303F183f3334
Octal275303110307730776364
Binary1011110111000011100100011011111111000111111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC348; }

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

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

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

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

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

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

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

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