Html Css Color HEX #BED120 Rio Grande

📋 copy color: '#BED120'

red 190 ◦ green 209 ◦ blue 32

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

Shades of Rio Grande #BED120

Tints of Rio Grande #BED120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.49%

 BLUE value IS 32 (12.89% from 255) = 7.42%

R = 44.08%
G = 48.49%
B = 7.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BED120 (or 0xBED120) is known color: Rio Grande. HEX triplet: BE, D1 and 20. RGB value is (190,209,32). Sum of RGB (Red+Green+Blue) = 190+209+32=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #BED120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED120 is #412EDF. Grayscale: #B7B7B7. Windows color (decimal): -4271840 or 2150846. OLE color: 2150846.

HSL color Cylindrical-coordinate representation of color #BED120: hue angle of 66.44º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BED120 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 32 -
CMYK 0.09 0 0.85 0.18
HSL 66.44º 0.73% 0.47% -
HSV(B) 66.44º 0.85% 0.82% -
XYZ 44.3 56.65 9.97 -
YUV 183.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 190 209 32 0.09 0 0.85 0.18 66.44 0.73 0.47
Hex BE D1 20 9 0 55 12 42 49 2F
Octal 276 321 40 11 0 125 22 102 111 57
Binary 10111110 11010001 100000 1001 0 1010101 10010 1000010 1001001 101111

Color Harmonies of #BED120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED120

Black with #BED120

Text Example


Text Example

White with #BED120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED120; }

 p { color: rgb(190,209,32); }

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

background-color css

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

 a { background-color: rgb(190,209,32); }

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

border-color css

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

 span { border-color: rgb(190,209,32); }

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