#BDC648

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

Shades of Celery #BDC648

Tints of Celery #BDC648

Color information

#BDC648 (or 0xBDC648) is unknown color: approx Celery. HEX triplet: BD, C6 and 48. RGB value is (189,198,72). Sum of RGB (Red+Green+Blue) = 189+198+72=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC648 is #4239B7. Grayscale: #B5B5B5. Windows color (decimal): -4340152 or 4769469. OLE color: 4769469.

HSL color Cylindrical-coordinate representation of color #BDC648: hue angle of 64.29º 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 #BDC648 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB18919872-
CMYK0.0500.640.22
HSL64.29º52.5%52.94%-
HSV(B)64.29º63.64%77.65%-
XYZ42.3551.6713.87-
YUV180.9466.52133.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 72 (28.52% from 255) = 15.69%
R=41.18%
G=43.14%
B=15.69%

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
Decimal189198720.0500.640.2264.2952.552.94
HexBDC648504016403535
Octal27530611050100261006565
Binary1011110111000110100100010101000000101101000000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC648; }

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

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

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

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

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

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

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

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