Html Css Color HEX #BED513 Rio Grande

📋 copy color: '#BED513'

red 190 ◦ green 213 ◦ blue 19

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

Shades of Rio Grande #BED513

Tints of Rio Grande #BED513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.47%

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

R = 45.02%
G = 50.47%
B = 4.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BED513 (or 0xBED513) is known color: Rio Grande. HEX triplet: BE, D5 and 13. RGB value is (190,213,19). Sum of RGB (Red+Green+Blue) = 190+213+19=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #BED513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED513 is #412AEC. Grayscale: #B8B8B8. Windows color (decimal): -4270829 or 1299902. OLE color: 1299902.

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

Color convert

RGB 190 213 19 -
CMYK 0.11 0 0.91 0.16
HSL 67.11º 0.84% 0.45% -
HSV(B) 67.11º 0.91% 0.84% -
XYZ 45.15 58.58 9.54 -
YUV 184.01 34.88 132.27 -
System Red Green Blue C M Y K H S L
Decimal 190 213 19 0.11 0 0.91 0.16 67.11 0.84 0.45
Hex BE D5 13 B 0 5B 10 43 54 2D
Octal 276 325 23 13 0 133 20 103 124 55
Binary 10111110 11010101 10011 1011 0 1011011 10000 1000011 1010100 101101

Color Harmonies of #BED513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED513

Black with #BED513

Text Example


Text Example

White with #BED513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED513; }

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

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

background-color css

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

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

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

border-color css

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

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

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