#BDCE45

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

Shades of Celery #BDCE45

Tints of Celery #BDCE45

Color information

#BDCE45 (or 0xBDCE45) is unknown color: approx Celery. HEX triplet: BD, CE and 45. RGB value is (189,206,69). Sum of RGB (Red+Green+Blue) = 189+206+69=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE45 is #4231BA. Grayscale: #B9B9B9. Windows color (decimal): -4338107 or 4574909. OLE color: 4574909.

HSL color Cylindrical-coordinate representation of color #BDCE45: hue angle of 67.45º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDCE45 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB18920669-
CMYK0.0800.670.19
HSL67.45º58.3%53.92%-
HSV(B)67.45º66.5%80.78%-
XYZ44.1355.3914-
YUV185.362.37130.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=40.73%
G=44.40%
B=14.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189206690.0800.670.1967.4558.353.92
HexBDCE45804313433a36
Octal275316105100103231037266
Binary10111101110011101000101100001000011100111000011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE45; }

 p { color: rgb(189,206,69); }

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

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

 a { background-color: rgb(189,206,69); }

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

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

 span { border-color: rgb(189,206,69); }

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