Html Css Color HEX #BED019 Rio Grande

📋 copy color: '#BED019'

red 190 ◦ green 208 ◦ blue 25

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

Shades of Rio Grande #BED019

Tints of Rio Grande #BED019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

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

R = 44.92%
G = 49.17%
B = 5.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BED019 (or 0xBED019) is known color: Rio Grande. HEX triplet: BE, D0 and 19. RGB value is (190,208,25). Sum of RGB (Red+Green+Blue) = 190+208+25=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #BED019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED019 is #412FE6. Grayscale: #B6B6B6. Windows color (decimal): -4272103 or 1691838. OLE color: 1691838.

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

Color convert

RGB 190 208 25 -
CMYK 0.09 0 0.88 0.18
HSL 65.9º 0.79% 0.46% -
HSV(B) 65.9º 0.88% 0.82% -
XYZ 43.97 56.13 9.44 -
YUV 181.76 39.54 133.88 -
System Red Green Blue C M Y K H S L
Decimal 190 208 25 0.09 0 0.88 0.18 65.9 0.79 0.46
Hex BE D0 19 9 0 58 12 42 4F 2E
Octal 276 320 31 11 0 130 22 102 117 56
Binary 10111110 11010000 11001 1001 0 1011000 10010 1000010 1001111 101110

Color Harmonies of #BED019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED019

Black with #BED019

Text Example


Text Example

White with #BED019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED019; }

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

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

background-color css

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

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

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

border-color css

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

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

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