Html Css Color HEX #BED413 Rio Grande

📋 copy color: '#BED413'

red 190 ◦ green 212 ◦ blue 19

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

Shades of Rio Grande #BED413

Tints of Rio Grande #BED413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.36%

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

R = 45.13%
G = 50.36%
B = 4.51%

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

#BED413 (or 0xBED413) is known color: Rio Grande. HEX triplet: BE, D4 and 13. RGB value is (190,212,19). Sum of RGB (Red+Green+Blue) = 190+212+19=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #BED413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED413 is #412BEC. Grayscale: #B8B8B8. Windows color (decimal): -4271085 or 1299646. OLE color: 1299646.

HSL color Cylindrical-coordinate representation of color #BED413: hue angle of 66.84º degrees, saturation: 0.84, 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 #BED413 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 19 -
CMYK 0.10 0 0.91 0.17
HSL 66.84º 0.84% 0.45% -
HSV(B) 66.84º 0.91% 0.83% -
XYZ 44.9 58.08 9.46 -
YUV 183.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 190 212 19 0.10 0 0.91 0.17 66.84 0.84 0.45
Hex BE D4 13 A 0 5B 11 43 54 2D
Octal 276 324 23 12 0 133 21 103 124 55
Binary 10111110 11010100 10011 1010 0 1011011 10001 1000011 1010100 101101

Color Harmonies of #BED413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED413

Black with #BED413

Text Example


Text Example

White with #BED413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED413; }

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

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

background-color css

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

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

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

border-color css

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

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

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