Html Css Color HEX #BED20E Rio Grande

📋 copy color: '#BED20E'

red 190 ◦ green 210 ◦ blue 14

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

Shades of Rio Grande #BED20E

Tints of Rio Grande #BED20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.38%

R = 45.89%
G = 50.72%
B = 3.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#BED20E (or 0xBED20E) is known color: Rio Grande. HEX triplet: BE, D2 and 0E. RGB value is (190,210,14). Sum of RGB (Red+Green+Blue) = 190+210+14=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #BED20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED20E is #412DF1. Grayscale: #B6B6B6. Windows color (decimal): -4271602 or 971454. OLE color: 971454.

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

Color convert

RGB 190 210 14 -
CMYK 0.10 0 0.93 0.18
HSL 66.12º 0.88% 0.44% -
HSV(B) 66.12º 0.93% 0.82% -
XYZ 44.36 57.07 9.09 -
YUV 181.68 33.37 133.94 -
System Red Green Blue C M Y K H S L
Decimal 190 210 14 0.10 0 0.93 0.18 66.12 0.88 0.44
Hex BE D2 E A 0 5D 12 42 58 2C
Octal 276 322 16 12 0 135 22 102 130 54
Binary 10111110 11010010 1110 1010 0 1011101 10010 1000010 1011000 101100

Color Harmonies of #BED20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED20E

Black with #BED20E

Text Example


Text Example

White with #BED20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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