#BED04D

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

Shades of Celery #BED04D

Tints of Celery #BED04D

Color information

#BED04D (or 0xBED04D) is unknown color: approx Celery. HEX triplet: BE, D0 and 4D. RGB value is (190,208,77). Sum of RGB (Red+Green+Blue) = 190+208+77=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #BED04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED04D is #412FB2. Grayscale: #BCBCBC. Windows color (decimal): -4272051 or 5099710. OLE color: 5099710.

HSL color Cylindrical-coordinate representation of color #BED04D: hue angle of 68.24º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BED04D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB19020877-
CMYK0.0900.630.18
HSL68.24º58.22%55.88%-
HSV(B)68.24º62.98%81.57%-
XYZ45.1356.5915.57-
YUV187.6865.54129.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 77 (30.47% from 255) = 16.21%
R=40%
G=43.79%
B=16.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190208770.0900.630.1868.2458.2255.88
HexBED04D903F12443a38
Octal27632011511077221047270
Binary1011111011010000100110110010111111100101000100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED04D; }

 p { color: rgb(190,208,77); }

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

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

 a { background-color: rgb(190,208,77); }

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

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

 span { border-color: rgb(190,208,77); }

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