Html Css Color HEX #BED419 Rio Grande

📋 copy color: '#BED419'

red 190 ◦ green 212 ◦ blue 25

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

Shades of Rio Grande #BED419

Tints of Rio Grande #BED419

RGB

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

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

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

R = 44.5%
G = 49.65%
B = 5.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#BED419 (or 0xBED419) is known color: Rio Grande. HEX triplet: BE, D4 and 19. RGB value is (190,212,25). Sum of RGB (Red+Green+Blue) = 190+212+25=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #BED419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED419 is #412BE6. Grayscale: #B8B8B8. Windows color (decimal): -4271079 or 1692862. OLE color: 1692862.

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

Color convert

RGB 190 212 25 -
CMYK 0.10 0 0.88 0.17
HSL 67.06º 0.79% 0.46% -
HSV(B) 67.06º 0.88% 0.83% -
XYZ 44.95 58.1 9.77 -
YUV 184.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 190 212 25 0.10 0 0.88 0.17 67.06 0.79 0.46
Hex BE D4 19 A 0 58 11 43 4F 2E
Octal 276 324 31 12 0 130 21 103 117 56
Binary 10111110 11010100 11001 1010 0 1011000 10001 1000011 1001111 101110

Color Harmonies of #BED419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED419

Black with #BED419

Text Example


Text Example

White with #BED419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED419; }

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

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

background-color css

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

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

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

border-color css

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

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

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