Html Css Color HEX #BED210 Rio Grande

📋 copy color: '#BED210'

red 190 ◦ green 210 ◦ blue 16

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

Shades of Rio Grande #BED210

Tints of Rio Grande #BED210

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.48%

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 45.67%
G = 50.48%
B = 3.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BED210 (or 0xBED210) is known color: Rio Grande. HEX triplet: BE, D2 and 10. RGB value is (190,210,16). Sum of RGB (Red+Green+Blue) = 190+210+16=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #BED210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED210 is #412DEF. Grayscale: #B6B6B6. Windows color (decimal): -4271600 or 1102526. OLE color: 1102526.

HSL color Cylindrical-coordinate representation of color #BED210: hue angle of 66.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BED210 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 16 -
CMYK 0.10 0 0.92 0.18
HSL 66.19º 0.86% 0.44% -
HSV(B) 66.19º 0.92% 0.82% -
XYZ 44.38 57.08 9.17 -
YUV 181.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 190 210 16 0.10 0 0.92 0.18 66.19 0.86 0.44
Hex BE D2 10 A 0 5C 12 42 56 2C
Octal 276 322 20 12 0 134 22 102 126 54
Binary 10111110 11010010 10000 1010 0 1011100 10010 1000010 1010110 101100

Color Harmonies of #BED210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED210

Black with #BED210

Text Example


Text Example

White with #BED210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED210; }

 p { color: rgb(190,210,16); }

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

background-color css

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

 a { background-color: rgb(190,210,16); }

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

border-color css

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

 span { border-color: rgb(190,210,16); }

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