Html Css Color HEX #BED711 Rio Grande

📋 copy color: '#BED711'

red 190 ◦ green 215 ◦ blue 17

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

Shades of Rio Grande #BED711

Tints of Rio Grande #BED711

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.95%

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

R = 45.02%
G = 50.95%
B = 4.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BED711 (or 0xBED711) is known color: Rio Grande. HEX triplet: BE, D7 and 11. RGB value is (190,215,17). Sum of RGB (Red+Green+Blue) = 190+215+17=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #BED711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED711 is #4128EE. Grayscale: #B9B9B9. Windows color (decimal): -4270319 or 1169342. OLE color: 1169342.

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

Color convert

RGB 190 215 17 -
CMYK 0.12 0 0.92 0.16
HSL 67.58º 0.85% 0.45% -
HSV(B) 67.58º 0.92% 0.84% -
XYZ 45.64 59.59 9.63 -
YUV 184.95 33.22 131.6 -
System Red Green Blue C M Y K H S L
Decimal 190 215 17 0.12 0 0.92 0.16 67.58 0.85 0.45
Hex BE D7 11 C 0 5C 10 44 55 2D
Octal 276 327 21 14 0 134 20 104 125 55
Binary 10111110 11010111 10001 1100 0 1011100 10000 1000100 1010101 101101

Color Harmonies of #BED711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED711

Black with #BED711

Text Example


Text Example

White with #BED711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED711; }

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

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

background-color css

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

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

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

border-color css

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

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

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