Html Css Color HEX #BED316 Rio Grande

📋 copy color: '#BED316'

red 190 ◦ green 211 ◦ blue 22

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

Shades of Rio Grande #BED316

Tints of Rio Grande #BED316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 44.92%
G = 49.88%
B = 5.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#BED316 (or 0xBED316) is known color: Rio Grande. HEX triplet: BE, D3 and 16. RGB value is (190,211,22). Sum of RGB (Red+Green+Blue) = 190+211+22=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #BED316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED316 is #412CE9. Grayscale: #B7B7B7. Windows color (decimal): -4271338 or 1495998. OLE color: 1495998.

HSL color Cylindrical-coordinate representation of color #BED316: hue angle of 66.67º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BED316 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 22 -
CMYK 0.10 0 0.90 0.17
HSL 66.67º 0.81% 0.46% -
HSV(B) 66.67º 0.9% 0.83% -
XYZ 44.67 57.59 9.52 -
YUV 183.18 37.04 132.87 -
System Red Green Blue C M Y K H S L
Decimal 190 211 22 0.10 0 0.90 0.17 66.67 0.81 0.46
Hex BE D3 16 A 0 5A 11 43 51 2E
Octal 276 323 26 12 0 132 21 103 121 56
Binary 10111110 11010011 10110 1010 0 1011010 10001 1000011 1010001 101110

Color Harmonies of #BED316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED316

Black with #BED316

Text Example


Text Example

White with #BED316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED316; }

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

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

background-color css

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

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

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

border-color css

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

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

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