#BDC04A

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

Shades of Celery #BDC04A

Tints of Celery #BDC04A

Color information

#BDC04A (or 0xBDC04A) is unknown color: approx Celery. HEX triplet: BD, C0 and 4A. RGB value is (189,192,74). Sum of RGB (Red+Green+Blue) = 189+192+74=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC04A is #423FB5. Grayscale: #B2B2B2. Windows color (decimal): -4341686 or 4899005. OLE color: 4899005.

HSL color Cylindrical-coordinate representation of color #BDC04A: hue angle of 61.53º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC04A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB18919274-
CMYK0.0200.610.25
HSL61.53º48.36%52.16%-
HSV(B)61.53º61.46%75.29%-
XYZ41.0749.0113.77-
YUV177.6569.51136.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 74 (29.30% from 255) = 16.26%
R=41.54%
G=42.20%
B=16.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192740.0200.610.2561.5348.3652.16
HexBDC04A203D193e3034
Octal275300112207531766064
Binary1011110111000000100101010011110111001111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC04A; }

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

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

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

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

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

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

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

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