#BDC44A

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

Shades of Celery #BDC44A

Tints of Celery #BDC44A

Color information

#BDC44A (or 0xBDC44A) is unknown color: approx Celery. HEX triplet: BD, C4 and 4A. RGB value is (189,196,74). Sum of RGB (Red+Green+Blue) = 189+196+74=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC44A is #423BB5. Grayscale: #B4B4B4. Windows color (decimal): -4340662 or 4900029. OLE color: 4900029.

HSL color Cylindrical-coordinate representation of color #BDC44A: hue angle of 63.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC44A is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB18919674-
CMYK0.0400.620.23
HSL63.44º50.83%52.94%-
HSV(B)63.44º62.24%76.86%-
XYZ41.9650.7914.07-
YUV18068.18134.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=41.18%
G=42.70%
B=16.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196740.0400.620.2363.4450.8352.94
HexBDC44A403E173f3335
Octal275304112407627776365
Binary10111101110001001001010100011111010111111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC44A; }

 p { color: rgb(189,196,74); }

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

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

 a { background-color: rgb(189,196,74); }

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

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

 span { border-color: rgb(189,196,74); }

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