Html Css Color HEX #BED719 Rio Grande

📋 copy color: '#BED719'

red 190 ◦ green 215 ◦ blue 25

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

Shades of Rio Grande #BED719

Tints of Rio Grande #BED719

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50%

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

R = 44.19%
G = 50%
B = 5.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BED719 (or 0xBED719) is known color: Rio Grande. HEX triplet: BE, D7 and 19. RGB value is (190,215,25). Sum of RGB (Red+Green+Blue) = 190+215+25=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #BED719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED719 is #4128E6. Grayscale: #BABABA. Windows color (decimal): -4270311 or 1693630. OLE color: 1693630.

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

Color convert

RGB 190 215 25 -
CMYK 0.12 0 0.88 0.16
HSL 67.89º 0.79% 0.47% -
HSV(B) 67.89º 0.88% 0.84% -
XYZ 45.71 59.62 10.02 -
YUV 185.87 37.22 130.95 -
System Red Green Blue C M Y K H S L
Decimal 190 215 25 0.12 0 0.88 0.16 67.89 0.79 0.47
Hex BE D7 19 C 0 58 10 44 4F 2F
Octal 276 327 31 14 0 130 20 104 117 57
Binary 10111110 11010111 11001 1100 0 1011000 10000 1000100 1001111 101111

Color Harmonies of #BED719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED719

Black with #BED719

Text Example


Text Example

White with #BED719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED719; }

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

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

background-color css

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

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

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

border-color css

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

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

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