Html Css Color HEX #BED048 Celery

📋 copy color: '#BED048'

red 190 ◦ green 208 ◦ blue 72

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

Shades of Celery #BED048

Tints of Celery #BED048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.32%

R = 40.43%
G = 44.26%
B = 15.32%

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

#BED048 (or 0xBED048) is known color: Celery. HEX triplet: BE, D0 and 48. RGB value is (190,208,72). Sum of RGB (Red+Green+Blue) = 190+208+72=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #BED048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED048 is #412FB7. Grayscale: #BBBBBB. Windows color (decimal): -4272056 or 4772030. OLE color: 4772030.

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

Color convert

RGB 190 208 72 -
CMYK 0.09 0 0.65 0.18
HSL 67.94º 0.59% 0.55% -
HSV(B) 67.94º 0.65% 0.82% -
XYZ 44.96 56.53 14.67 -
YUV 187.11 63.04 130.06 -
System Red Green Blue C M Y K H S L
Decimal 190 208 72 0.09 0 0.65 0.18 67.94 0.59 0.55
Hex BE D0 48 9 0 41 12 44 3B 37
Octal 276 320 110 11 0 101 22 104 73 67
Binary 10111110 11010000 1001000 1001 0 1000001 10010 1000100 111011 110111

Color Harmonies of #BED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED048

Black with #BED048

Text Example


Text Example

White with #BED048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED048; }

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

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

background-color css

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

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

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

border-color css

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

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

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