Html Css Color HEX #BED215 Rio Grande

📋 copy color: '#BED215'

red 190 ◦ green 210 ◦ blue 21

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

Shades of Rio Grande #BED215

Tints of Rio Grande #BED215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.99%

R = 45.13%
G = 49.88%
B = 4.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BED215 (or 0xBED215) is known color: Rio Grande. HEX triplet: BE, D2 and 15. RGB value is (190,210,21). Sum of RGB (Red+Green+Blue) = 190+210+21=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #BED215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED215 is #412DEA. Grayscale: #B7B7B7. Windows color (decimal): -4271595 or 1430206. OLE color: 1430206.

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

Color convert

RGB 190 210 21 -
CMYK 0.10 0 0.90 0.18
HSL 66.35º 0.82% 0.45% -
HSV(B) 66.35º 0.9% 0.82% -
XYZ 44.42 57.09 9.39 -
YUV 182.47 36.87 133.37 -
System Red Green Blue C M Y K H S L
Decimal 190 210 21 0.10 0 0.90 0.18 66.35 0.82 0.45
Hex BE D2 15 A 0 5A 12 42 52 2D
Octal 276 322 25 12 0 132 22 102 122 55
Binary 10111110 11010010 10101 1010 0 1011010 10010 1000010 1010010 101101

Color Harmonies of #BED215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED215

Black with #BED215

Text Example


Text Example

White with #BED215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED215; }

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

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

background-color css

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

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

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

border-color css

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

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

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