Html Css Color HEX #BED819 Rio Grande

📋 copy color: '#BED819'

red 190 ◦ green 216 ◦ blue 25

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

Shades of Rio Grande #BED819

Tints of Rio Grande #BED819

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.12%

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 44.08%
G = 50.12%
B = 5.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BED819 (or 0xBED819) is known color: Rio Grande. HEX triplet: BE, D8 and 19. RGB value is (190,216,25). Sum of RGB (Red+Green+Blue) = 190+216+25=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #BED819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED819 is #4127E6. Grayscale: #BBBBBB. Windows color (decimal): -4270055 or 1693886. OLE color: 1693886.

HSL color Cylindrical-coordinate representation of color #BED819: hue angle of 68.17º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED819 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 25 -
CMYK 0.12 0 0.88 0.15
HSL 68.17º 0.79% 0.47% -
HSV(B) 68.17º 0.88% 0.85% -
XYZ 45.97 60.13 10.1 -
YUV 186.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 190 216 25 0.12 0 0.88 0.15 68.17 0.79 0.47
Hex BE D8 19 C 0 58 F 44 4F 2F
Octal 276 330 31 14 0 130 17 104 117 57
Binary 10111110 11011000 11001 1100 0 1011000 1111 1000100 1001111 101111

Color Harmonies of #BED819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED819

Black with #BED819

Text Example


Text Example

White with #BED819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED819; }

 p { color: rgb(190,216,25); }

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

background-color css

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

 a { background-color: rgb(190,216,25); }

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

border-color css

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

 span { border-color: rgb(190,216,25); }

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