Html Css Color HEX #BED216 Rio Grande

📋 copy color: '#BED216'

red 190 ◦ green 210 ◦ blue 22

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

Shades of Rio Grande #BED216

Tints of Rio Grande #BED216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 45.02%
G = 49.76%
B = 5.21%

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

#BED216 (or 0xBED216) is known color: Rio Grande. HEX triplet: BE, D2 and 16. RGB value is (190,210,22). Sum of RGB (Red+Green+Blue) = 190+210+22=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #BED216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED216 is #412DE9. Grayscale: #B7B7B7. Windows color (decimal): -4271594 or 1495742. OLE color: 1495742.

HSL color Cylindrical-coordinate representation of color #BED216: hue angle of 66.38º degrees, saturation: 0.81, 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 #BED216 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 22 -
CMYK 0.10 0 0.90 0.18
HSL 66.38º 0.81% 0.45% -
HSV(B) 66.38º 0.9% 0.82% -
XYZ 44.43 57.1 9.44 -
YUV 182.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 190 210 22 0.10 0 0.90 0.18 66.38 0.81 0.45
Hex BE D2 16 A 0 5A 12 42 51 2D
Octal 276 322 26 12 0 132 22 102 121 55
Binary 10111110 11010010 10110 1010 0 1011010 10010 1000010 1010001 101101

Color Harmonies of #BED216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED216

Black with #BED216

Text Example


Text Example

White with #BED216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED216; }

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

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

background-color css

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

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

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

border-color css

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

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

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