Html Css Color HEX #BED149 Celery

📋 copy color: '#BED149'

red 190 ◦ green 209 ◦ blue 73

#BED149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BED149

Tints of Celery #BED149

RGB

 RED value IS 190 (74.61% from 255) = 40.25%

 GREEN value IS 209 (82.03% from 255) = 44.28%

 BLUE value IS 73 (28.91% from 255) = 15.47%

R = 40.25%
G = 44.28%
B = 15.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#BED149 (or 0xBED149) is known color: Celery. HEX triplet: BE, D1 and 49. RGB value is (190,209,73). Sum of RGB (Red+Green+Blue) = 190+209+73=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #BED149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED149 is #412EB6. Grayscale: #BCBCBC. Windows color (decimal): -4271799 or 4837822. OLE color: 4837822.

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

Color convert

RGB 190 209 73 -
CMYK 0.09 0 0.65 0.18
HSL 68.38º 0.6% 0.55% -
HSV(B) 68.38º 0.65% 0.82% -
XYZ 45.24 57.03 14.93 -
YUV 187.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 190 209 73 0.09 0 0.65 0.18 68.38 0.6 0.55
Hex BE D1 49 9 0 41 12 44 3C 37
Octal 276 321 111 11 0 101 22 104 74 67
Binary 10111110 11010001 1001001 1001 0 1000001 10010 1000100 111100 110111

Color Harmonies of #BED149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED149

Black with #BED149

Text Example


Text Example

White with #BED149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED149; }

 p { color: rgb(190,209,73); }

 H1.HeaderClassName
 {
   color: #BED149;
 }
 .AnyTagClassName
 {
   color: #BED149;
 }
</style>

background-color css

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

 a { background-color: rgb(190,209,73); }

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

border-color css

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

 span { border-color: rgb(190,209,73); }

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