#BED411

Color #BED411 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BED411

Tints of Rio Grande #BED411

Color information

#BED411 (or 0xBED411) is unknown color: approx Rio Grande. HEX triplet: BE, D4 and 11. RGB value is (190,212,17). Sum of RGB (Red+Green+Blue) = 190+212+17=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #BED411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED411 is #412BEE. Grayscale: #B7B7B7. Windows color (decimal): -4271087 or 1168574. OLE color: 1168574.

HSL color Cylindrical-coordinate representation of color #BED411: hue angle of 66.77º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BED411 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB19021217-
CMYK0.1000.920.17
HSL66.77º85.15%44.9%-
HSV(B)66.77º91.98%83.14%-
XYZ44.8858.079.37-
YUV183.1934.21132.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 212 (83.20% from 255) = 50.60%
BLUE value IS 17 (7.03% from 255) = 4.06%
R=45.35%
G=50.60%
B=4.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190212170.1000.920.1766.7785.1544.9
HexBED411A05C1143552d
Octal276324211201342110312555
Binary1011111011010100100011010010111001000110000111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED411; }

 p { color: rgb(190,212,17); }

 H1.HeaderClassName
 {
   color: #BED411;
 }
 .AnyTagClassName
 {
   color: #BED411;
 }
</style>
background-color css

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

 a { background-color: rgb(190,212,17); }

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

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

 span { border-color: rgb(190,212,17); }

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