Html Css Color HEX #BED576 Deco

📋 copy color: '#BED576'

red 190 ◦ green 213 ◦ blue 118

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

Shades of Deco #BED576

Tints of Deco #BED576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.88%

 BLUE value IS 118 (46.48% from 255) = 22.65%

R = 36.47%
G = 40.88%
B = 22.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BED576 (or 0xBED576) is known color: Deco. HEX triplet: BE, D5 and 76. RGB value is (190,213,118). Sum of RGB (Red+Green+Blue) = 190+213+118=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #BED576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED576 is #412A89. Grayscale: #C3C3C3. Windows color (decimal): -4270730 or 7787966. OLE color: 7787966.

HSL color Cylindrical-coordinate representation of color #BED576: hue angle of 74.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BED576 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 118 -
CMYK 0.11 0 0.45 0.16
HSL 74.53º 0.53% 0.65% -
HSV(B) 74.53º 0.45% 0.84% -
XYZ 48.3 59.84 26.14 -
YUV 195.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 190 213 118 0.11 0 0.45 0.16 74.53 0.53 0.65
Hex BE D5 76 B 0 2D 10 4B 35 41
Octal 276 325 166 13 0 55 20 113 65 101
Binary 10111110 11010101 1110110 1011 0 101101 10000 1001011 110101 1000001

Color Harmonies of #BED576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED576

Black with #BED576

Text Example


Text Example

White with #BED576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED576; }

 p { color: rgb(190,213,118); }

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

background-color css

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

 a { background-color: rgb(190,213,118); }

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

border-color css

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

 span { border-color: rgb(190,213,118); }

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