Html Css Color HEX #BED619 Rio Grande

📋 copy color: '#BED619'

red 190 ◦ green 214 ◦ blue 25

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

Shades of Rio Grande #BED619

Tints of Rio Grande #BED619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

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

R = 44.29%
G = 49.88%
B = 5.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BED619 (or 0xBED619) is known color: Rio Grande. HEX triplet: BE, D6 and 19. RGB value is (190,214,25). Sum of RGB (Red+Green+Blue) = 190+214+25=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #BED619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED619 is #4129E6. Grayscale: #BABABA. Windows color (decimal): -4270567 or 1693374. OLE color: 1693374.

HSL color Cylindrical-coordinate representation of color #BED619: hue angle of 67.62º 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 #BED619 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 25 -
CMYK 0.11 0 0.88 0.16
HSL 67.62º 0.79% 0.47% -
HSV(B) 67.62º 0.88% 0.84% -
XYZ 45.46 59.11 9.93 -
YUV 185.28 37.55 131.37 -
System Red Green Blue C M Y K H S L
Decimal 190 214 25 0.11 0 0.88 0.16 67.62 0.79 0.47
Hex BE D6 19 B 0 58 10 44 4F 2F
Octal 276 326 31 13 0 130 20 104 117 57
Binary 10111110 11010110 11001 1011 0 1011000 10000 1000100 1001111 101111

Color Harmonies of #BED619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED619

Black with #BED619

Text Example


Text Example

White with #BED619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED619; }

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

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

background-color css

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

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

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

border-color css

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

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

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