Html Css Color HEX #BED049 Celery

📋 copy color: '#BED049'

red 190 ◦ green 208 ◦ blue 73

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

Shades of Celery #BED049

Tints of Celery #BED049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

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

R = 40.34%
G = 44.16%
B = 15.5%

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

#BED049 (or 0xBED049) is known color: Celery. HEX triplet: BE, D0 and 49. RGB value is (190,208,73). Sum of RGB (Red+Green+Blue) = 190+208+73=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #BED049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED049 is #412FB6. Grayscale: #BBBBBB. Windows color (decimal): -4272055 or 4837566. OLE color: 4837566.

HSL color Cylindrical-coordinate representation of color #BED049: hue angle of 68º degrees, saturation: 0.59, 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 #BED049 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 73 -
CMYK 0.09 0 0.65 0.18
HSL 68º 0.59% 0.55% -
HSV(B) 68º 0.65% 0.82% -
XYZ 44.99 56.54 14.85 -
YUV 187.23 63.54 129.98 -
System Red Green Blue C M Y K H S L
Decimal 190 208 73 0.09 0 0.65 0.18 68 0.59 0.55
Hex BE D0 49 9 0 41 12 44 3B 37
Octal 276 320 111 11 0 101 22 104 73 67
Binary 10111110 11010000 1001001 1001 0 1000001 10010 1000100 111011 110111

Color Harmonies of #BED049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED049

Black with #BED049

Text Example


Text Example

White with #BED049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED049; }

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

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

background-color css

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

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

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

border-color css

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

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

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