Html Css Color HEX #BED313 Rio Grande

📋 copy color: '#BED313'

red 190 ◦ green 211 ◦ blue 19

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

Shades of Rio Grande #BED313

Tints of Rio Grande #BED313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 45.24%
G = 50.24%
B = 4.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BED313 (or 0xBED313) is known color: Rio Grande. HEX triplet: BE, D3 and 13. RGB value is (190,211,19). Sum of RGB (Red+Green+Blue) = 190+211+19=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #BED313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED313 is #412CEC. Grayscale: #B7B7B7. Windows color (decimal): -4271341 or 1299390. OLE color: 1299390.

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

Color convert

RGB 190 211 19 -
CMYK 0.10 0 0.91 0.17
HSL 66.56º 0.83% 0.45% -
HSV(B) 66.56º 0.91% 0.83% -
XYZ 44.65 57.58 9.38 -
YUV 182.83 35.54 133.11 -
System Red Green Blue C M Y K H S L
Decimal 190 211 19 0.10 0 0.91 0.17 66.56 0.83 0.45
Hex BE D3 13 A 0 5B 11 43 53 2D
Octal 276 323 23 12 0 133 21 103 123 55
Binary 10111110 11010011 10011 1010 0 1011011 10001 1000011 1010011 101101

Color Harmonies of #BED313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED313

Black with #BED313

Text Example


Text Example

White with #BED313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED313; }

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

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

background-color css

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

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

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

border-color css

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

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

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