Html Css Color HEX #BED112 Rio Grande

📋 copy color: '#BED112'

red 190 ◦ green 209 ◦ blue 18

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

Shades of Rio Grande #BED112

Tints of Rio Grande #BED112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 45.56%
G = 50.12%
B = 4.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#BED112 (or 0xBED112) is known color: Rio Grande. HEX triplet: BE, D1 and 12. RGB value is (190,209,18). Sum of RGB (Red+Green+Blue) = 190+209+18=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #BED112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED112 is #412EED. Grayscale: #B6B6B6. Windows color (decimal): -4271854 or 1233342. OLE color: 1233342.

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

Color convert

RGB 190 209 18 -
CMYK 0.09 0 0.91 0.18
HSL 65.97º 0.84% 0.45% -
HSV(B) 65.97º 0.91% 0.82% -
XYZ 44.14 56.59 9.17 -
YUV 181.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 190 209 18 0.09 0 0.91 0.18 65.97 0.84 0.45
Hex BE D1 12 9 0 5B 12 42 54 2D
Octal 276 321 22 11 0 133 22 102 124 55
Binary 10111110 11010001 10010 1001 0 1011011 10010 1000010 1010100 101101

Color Harmonies of #BED112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED112

Black with #BED112

Text Example


Text Example

White with #BED112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED112; }

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

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

background-color css

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

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

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

border-color css

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

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

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