Html Css Color HEX #BED716 Rio Grande

📋 copy color: '#BED716'

red 190 ◦ green 215 ◦ blue 22

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

Shades of Rio Grande #BED716

Tints of Rio Grande #BED716

RGB

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

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

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

R = 44.5%
G = 50.35%
B = 5.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BED716 (or 0xBED716) is known color: Rio Grande. HEX triplet: BE, D7 and 16. RGB value is (190,215,22). Sum of RGB (Red+Green+Blue) = 190+215+22=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #BED716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED716 is #4128E9. Grayscale: #BABABA. Windows color (decimal): -4270314 or 1497022. OLE color: 1497022.

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

Color convert

RGB 190 215 22 -
CMYK 0.12 0 0.90 0.16
HSL 67.77º 0.81% 0.46% -
HSV(B) 67.77º 0.9% 0.84% -
XYZ 45.68 59.61 9.86 -
YUV 185.52 35.72 131.19 -
System Red Green Blue C M Y K H S L
Decimal 190 215 22 0.12 0 0.90 0.16 67.77 0.81 0.46
Hex BE D7 16 C 0 5A 10 44 51 2E
Octal 276 327 26 14 0 132 20 104 121 56
Binary 10111110 11010111 10110 1100 0 1011010 10000 1000100 1010001 101110

Color Harmonies of #BED716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED716

Black with #BED716

Text Example


Text Example

White with #BED716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED716; }

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

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

background-color css

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

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

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

border-color css

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

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

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