Html Css Color HEX #BED710 Rio Grande

📋 copy color: '#BED710'

red 190 ◦ green 215 ◦ blue 16

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

Shades of Rio Grande #BED710

Tints of Rio Grande #BED710

RGB

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

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

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

R = 45.13%
G = 51.07%
B = 3.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BED710 (or 0xBED710) is known color: Rio Grande. HEX triplet: BE, D7 and 10. RGB value is (190,215,16). Sum of RGB (Red+Green+Blue) = 190+215+16=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #BED710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED710 is #4128EF. Grayscale: #B9B9B9. Windows color (decimal): -4270320 or 1103806. OLE color: 1103806.

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

Color convert

RGB 190 215 16 -
CMYK 0.12 0 0.93 0.16
HSL 67.54º 0.86% 0.45% -
HSV(B) 67.54º 0.93% 0.84% -
XYZ 45.63 59.59 9.59 -
YUV 184.84 32.72 131.68 -
System Red Green Blue C M Y K H S L
Decimal 190 215 16 0.12 0 0.93 0.16 67.54 0.86 0.45
Hex BE D7 10 C 0 5D 10 44 56 2D
Octal 276 327 20 14 0 135 20 104 126 55
Binary 10111110 11010111 10000 1100 0 1011101 10000 1000100 1010110 101101

Color Harmonies of #BED710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED710

Black with #BED710

Text Example


Text Example

White with #BED710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED710; }

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

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

background-color css

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

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

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

border-color css

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

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

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