#BDC848

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

Shades of Celery #BDC848

Tints of Celery #BDC848

Color information

#BDC848 (or 0xBDC848) is unknown color: approx Celery. HEX triplet: BD, C8 and 48. RGB value is (189,200,72). Sum of RGB (Red+Green+Blue) = 189+200+72=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC848 is #4237B7. Grayscale: #B6B6B6. Windows color (decimal): -4339640 or 4769981. OLE color: 4769981.

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

Color convert

RGB18920072-
CMYK0.0600.640.22
HSL65.16º53.78%53.33%-
HSV(B)65.16º64%78.43%-
XYZ42.8152.614.03-
YUV182.1265.86132.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 200 (78.52% from 255) = 43.38%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=41.00%
G=43.38%
B=15.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200720.0600.640.2265.1653.7853.33
HexBDC848604016413635
Octal27531011060100261016665
Binary1011110111001000100100011001000000101101000001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC848; }

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

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

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

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

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

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

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

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