Html Css Color HEX #BED516 Rio Grande

📋 copy color: '#BED516'

red 190 ◦ green 213 ◦ blue 22

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

Shades of Rio Grande #BED516

Tints of Rio Grande #BED516

RGB

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

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

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

R = 44.71%
G = 50.12%
B = 5.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BED516 (or 0xBED516) is known color: Rio Grande. HEX triplet: BE, D5 and 16. RGB value is (190,213,22). Sum of RGB (Red+Green+Blue) = 190+213+22=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #BED516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED516 is #412AE9. Grayscale: #B9B9B9. Windows color (decimal): -4270826 or 1496510. OLE color: 1496510.

HSL color Cylindrical-coordinate representation of color #BED516: hue angle of 67.23º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BED516 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 22 -
CMYK 0.11 0 0.90 0.16
HSL 67.23º 0.81% 0.46% -
HSV(B) 67.23º 0.9% 0.84% -
XYZ 45.17 58.59 9.69 -
YUV 184.35 36.38 132.03 -
System Red Green Blue C M Y K H S L
Decimal 190 213 22 0.11 0 0.90 0.16 67.23 0.81 0.46
Hex BE D5 16 B 0 5A 10 43 51 2E
Octal 276 325 26 13 0 132 20 103 121 56
Binary 10111110 11010101 10110 1011 0 1011010 10000 1000011 1010001 101110

Color Harmonies of #BED516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED516

Black with #BED516

Text Example


Text Example

White with #BED516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED516; }

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

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

background-color css

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

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

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

border-color css

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

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

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