Html Css Color HEX #BED31D Rio Grande

📋 copy color: '#BED31D'

red 190 ◦ green 211 ◦ blue 29

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

Shades of Rio Grande #BED31D

Tints of Rio Grande #BED31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 44.19%
G = 49.07%
B = 6.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#BED31D (or 0xBED31D) is known color: Rio Grande. HEX triplet: BE, D3 and 1D. RGB value is (190,211,29). Sum of RGB (Red+Green+Blue) = 190+211+29=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #BED31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED31D is #412CE2. Grayscale: #B8B8B8. Windows color (decimal): -4271331 or 1954750. OLE color: 1954750.

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

Color convert

RGB 190 211 29 -
CMYK 0.10 0 0.86 0.17
HSL 66.92º 0.76% 0.47% -
HSV(B) 66.92º 0.86% 0.83% -
XYZ 44.75 57.62 9.93 -
YUV 183.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 190 211 29 0.10 0 0.86 0.17 66.92 0.76 0.47
Hex BE D3 1D A 0 56 11 43 4C 2F
Octal 276 323 35 12 0 126 21 103 114 57
Binary 10111110 11010011 11101 1010 0 1010110 10001 1000011 1001100 101111

Color Harmonies of #BED31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED31D

Black with #BED31D

Text Example


Text Example

White with #BED31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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