Html Css Color HEX #BED248 Celery

📋 copy color: '#BED248'

red 190 ◦ green 210 ◦ blue 72

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

Shades of Celery #BED248

Tints of Celery #BED248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

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

R = 40.25%
G = 44.49%
B = 15.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#BED248 (or 0xBED248) is known color: Celery. HEX triplet: BE, D2 and 48. RGB value is (190,210,72). Sum of RGB (Red+Green+Blue) = 190+210+72=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #BED248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED248 is #412DB7. Grayscale: #BCBCBC. Windows color (decimal): -4271544 or 4772542. OLE color: 4772542.

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

Color convert

RGB 190 210 72 -
CMYK 0.10 0 0.66 0.18
HSL 68.7º 0.61% 0.55% -
HSV(B) 68.7º 0.66% 0.82% -
XYZ 45.45 57.51 14.84 -
YUV 188.29 62.37 129.22 -
System Red Green Blue C M Y K H S L
Decimal 190 210 72 0.10 0 0.66 0.18 68.7 0.61 0.55
Hex BE D2 48 A 0 42 12 45 3D 37
Octal 276 322 110 12 0 102 22 105 75 67
Binary 10111110 11010010 1001000 1010 0 1000010 10010 1000101 111101 110111

Color Harmonies of #BED248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED248

Black with #BED248

Text Example


Text Example

White with #BED248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED248; }

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

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

background-color css

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

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

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

border-color css

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

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

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