Html Css Color HEX #BED31F Rio Grande

📋 copy color: '#BED31F'

red 190 ◦ green 211 ◦ blue 31

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

Shades of Rio Grande #BED31F

Tints of Rio Grande #BED31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.18%

R = 43.98%
G = 48.84%
B = 7.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#BED31F (or 0xBED31F) is known color: Rio Grande. HEX triplet: BE, D3 and 1F. RGB value is (190,211,31). Sum of RGB (Red+Green+Blue) = 190+211+31=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #BED31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED31F is #412CE0. Grayscale: #B8B8B8. Windows color (decimal): -4271329 or 2085822. OLE color: 2085822.

HSL color Cylindrical-coordinate representation of color #BED31F: hue angle of 67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BED31F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 31 -
CMYK 0.10 0 0.85 0.17
HSL 67º 0.74% 0.47% -
HSV(B) 67º 0.85% 0.83% -
XYZ 44.78 57.63 10.06 -
YUV 184.2 41.54 132.14 -
System Red Green Blue C M Y K H S L
Decimal 190 211 31 0.10 0 0.85 0.17 67 0.74 0.47
Hex BE D3 1F A 0 55 11 43 4A 2F
Octal 276 323 37 12 0 125 21 103 112 57
Binary 10111110 11010011 11111 1010 0 1010101 10001 1000011 1001010 101111

Color Harmonies of #BED31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED31F

Black with #BED31F

Text Example


Text Example

White with #BED31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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