Html Css Color HEX #BED511 Rio Grande

📋 copy color: '#BED511'

red 190 ◦ green 213 ◦ blue 17

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

Shades of Rio Grande #BED511

Tints of Rio Grande #BED511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.05%

R = 45.24%
G = 50.71%
B = 4.05%

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

#BED511 (or 0xBED511) is known color: Rio Grande. HEX triplet: BE, D5 and 11. RGB value is (190,213,17). Sum of RGB (Red+Green+Blue) = 190+213+17=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #BED511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED511 is #412AEE. Grayscale: #B8B8B8. Windows color (decimal): -4270831 or 1168830. OLE color: 1168830.

HSL color Cylindrical-coordinate representation of color #BED511: hue angle of 67.04º degrees, saturation: 0.85, 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 #BED511 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 17 -
CMYK 0.11 0 0.92 0.16
HSL 67.04º 0.85% 0.45% -
HSV(B) 67.04º 0.92% 0.84% -
XYZ 45.13 58.58 9.46 -
YUV 183.78 33.88 132.44 -
System Red Green Blue C M Y K H S L
Decimal 190 213 17 0.11 0 0.92 0.16 67.04 0.85 0.45
Hex BE D5 11 B 0 5C 10 43 55 2D
Octal 276 325 21 13 0 134 20 103 125 55
Binary 10111110 11010101 10001 1011 0 1011100 10000 1000011 1010101 101101

Color Harmonies of #BED511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED511

Black with #BED511

Text Example


Text Example

White with #BED511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED511; }

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

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

background-color css

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

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

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

border-color css

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

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

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