Html Css Color HEX #BED518 Rio Grande

📋 copy color: '#BED518'

red 190 ◦ green 213 ◦ blue 24

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

Shades of Rio Grande #BED518

Tints of Rio Grande #BED518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.88%

 BLUE value IS 24 (9.77% from 255) = 5.62%

R = 44.5%
G = 49.88%
B = 5.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#BED518 (or 0xBED518) is known color: Rio Grande. HEX triplet: BE, D5 and 18. RGB value is (190,213,24). Sum of RGB (Red+Green+Blue) = 190+213+24=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #BED518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED518 is #412AE7. Grayscale: #B9B9B9. Windows color (decimal): -4270824 or 1627582. OLE color: 1627582.

HSL color Cylindrical-coordinate representation of color #BED518: hue angle of 67.3º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BED518 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 24 -
CMYK 0.11 0 0.89 0.16
HSL 67.3º 0.8% 0.46% -
HSV(B) 67.3º 0.89% 0.84% -
XYZ 45.19 58.6 9.79 -
YUV 184.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 190 213 24 0.11 0 0.89 0.16 67.3 0.8 0.46
Hex BE D5 18 B 0 59 10 43 50 2E
Octal 276 325 30 13 0 131 20 103 120 56
Binary 10111110 11010101 11000 1011 0 1011001 10000 1000011 1010000 101110

Color Harmonies of #BED518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED518

Black with #BED518

Text Example


Text Example

White with #BED518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED518; }

 p { color: rgb(190,213,24); }

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

background-color css

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

 a { background-color: rgb(190,213,24); }

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

border-color css

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

 span { border-color: rgb(190,213,24); }

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