Html Css Color HEX #BED50C Rio Grande

📋 copy color: '#BED50C'

red 190 ◦ green 213 ◦ blue 12

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

Shades of Rio Grande #BED50C

Tints of Rio Grande #BED50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 45.78%
G = 51.33%
B = 2.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BED50C (or 0xBED50C) is known color: Rio Grande. HEX triplet: BE, D5 and 0C. RGB value is (190,213,12). Sum of RGB (Red+Green+Blue) = 190+213+12=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #BED50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED50C is #412AF3. Grayscale: #B7B7B7. Windows color (decimal): -4270836 or 841150. OLE color: 841150.

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

Color convert

RGB 190 213 12 -
CMYK 0.11 0 0.94 0.16
HSL 66.87º 0.89% 0.44% -
HSV(B) 66.87º 0.94% 0.84% -
XYZ 45.1 58.56 9.27 -
YUV 183.21 31.38 132.84 -
System Red Green Blue C M Y K H S L
Decimal 190 213 12 0.11 0 0.94 0.16 66.87 0.89 0.44
Hex BE D5 C B 0 5E 10 43 59 2C
Octal 276 325 14 13 0 136 20 103 131 54
Binary 10111110 11010101 1100 1011 0 1011110 10000 1000011 1011001 101100

Color Harmonies of #BED50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED50C

Black with #BED50C

Text Example


Text Example

White with #BED50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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