Html Css Color HEX #BED510 Rio Grande

📋 copy color: '#BED510'

red 190 ◦ green 213 ◦ blue 16

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

Shades of Rio Grande #BED510

Tints of Rio Grande #BED510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.82%

R = 45.35%
G = 50.84%
B = 3.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BED510 (or 0xBED510) is known color: Rio Grande. HEX triplet: BE, D5 and 10. RGB value is (190,213,16). Sum of RGB (Red+Green+Blue) = 190+213+16=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #BED510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED510 is #412AEF. Grayscale: #B8B8B8. Windows color (decimal): -4270832 or 1103294. OLE color: 1103294.

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

Color convert

RGB 190 213 16 -
CMYK 0.11 0 0.92 0.16
HSL 67.01º 0.86% 0.45% -
HSV(B) 67.01º 0.92% 0.84% -
XYZ 45.12 58.57 9.42 -
YUV 183.67 33.38 132.52 -
System Red Green Blue C M Y K H S L
Decimal 190 213 16 0.11 0 0.92 0.16 67.01 0.86 0.45
Hex BE D5 10 B 0 5C 10 43 56 2D
Octal 276 325 20 13 0 134 20 103 126 55
Binary 10111110 11010101 10000 1011 0 1011100 10000 1000011 1010110 101101

Color Harmonies of #BED510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED510

Black with #BED510

Text Example


Text Example

White with #BED510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED510; }

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

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

background-color css

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

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

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

border-color css

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

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

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