#BDCA48

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

Shades of Celery #BDCA48

Tints of Celery #BDCA48

Color information

#BDCA48 (or 0xBDCA48) is unknown color: approx Celery. HEX triplet: BD, CA and 48. RGB value is (189,202,72). Sum of RGB (Red+Green+Blue) = 189+202+72=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA48 is #4235B7. Grayscale: #B7B7B7. Windows color (decimal): -4339128 or 4770493. OLE color: 4770493.

HSL color Cylindrical-coordinate representation of color #BDCA48: hue angle of 66º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCA48 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB18920272-
CMYK0.0600.640.21
HSL66º55.08%53.73%-
HSV(B)66º64.36%79.22%-
XYZ43.2853.5314.18-
YUV183.2965.19132.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=40.82%
G=43.63%
B=15.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189202720.0600.640.216655.0853.73
HexBDCA48604015423736
Octal27531211060100251026766
Binary1011110111001010100100011001000000101011000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA48; }

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

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

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

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

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

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

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

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