#BDC748

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

Shades of Celery #BDC748

Tints of Celery #BDC748

Color information

#BDC748 (or 0xBDC748) is unknown color: approx Celery. HEX triplet: BD, C7 and 48. RGB value is (189,199,72). Sum of RGB (Red+Green+Blue) = 189+199+72=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC748 is #4238B7. Grayscale: #B6B6B6. Windows color (decimal): -4339896 or 4769725. OLE color: 4769725.

HSL color Cylindrical-coordinate representation of color #BDC748: hue angle of 64.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC748 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB18919972-
CMYK0.0500.640.22
HSL64.72º53.14%53.14%-
HSV(B)64.72º63.82%78.04%-
XYZ42.5852.1313.95-
YUV181.5366.19133.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 199 (78.12% from 255) = 43.26%
BLUE value IS 72 (28.52% from 255) = 15.65%
R=41.09%
G=43.26%
B=15.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189199720.0500.640.2264.7253.1453.14
HexBDC748504016413535
Octal27530711050100261016565
Binary1011110111000111100100010101000000101101000001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC748; }

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

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

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

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

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

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

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

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