Html Css Color HEX #BED116 Rio Grande

📋 copy color: '#BED116'

red 190 ◦ green 209 ◦ blue 22

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

Shades of Rio Grande #BED116

Tints of Rio Grande #BED116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 45.13%
G = 49.64%
B = 5.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BED116 (or 0xBED116) is known color: Rio Grande. HEX triplet: BE, D1 and 16. RGB value is (190,209,22). Sum of RGB (Red+Green+Blue) = 190+209+22=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #BED116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED116 is #412EE9. Grayscale: #B6B6B6. Windows color (decimal): -4271850 or 1495486. OLE color: 1495486.

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

Color convert

RGB 190 209 22 -
CMYK 0.09 0 0.89 0.18
HSL 66.1º 0.81% 0.45% -
HSV(B) 66.1º 0.89% 0.82% -
XYZ 44.18 56.61 9.36 -
YUV 182 37.71 133.71 -
System Red Green Blue C M Y K H S L
Decimal 190 209 22 0.09 0 0.89 0.18 66.1 0.81 0.45
Hex BE D1 16 9 0 59 12 42 51 2D
Octal 276 321 26 11 0 131 22 102 121 55
Binary 10111110 11010001 10110 1001 0 1011001 10010 1000010 1010001 101101

Color Harmonies of #BED116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED116

Black with #BED116

Text Example


Text Example

White with #BED116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED116; }

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

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

background-color css

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

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

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

border-color css

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

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

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