#BED617

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

Shades of Rio Grande #BED617

Tints of Rio Grande #BED617

Color information

#BED617 (or 0xBED617) is unknown color: approx Rio Grande. HEX triplet: BE, D6 and 17. RGB value is (190,214,23). Sum of RGB (Red+Green+Blue) = 190+214+23=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #BED617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED617 is #4129E8. Grayscale: #B9B9B9. Windows color (decimal): -4270569 or 1562302. OLE color: 1562302.

HSL color Cylindrical-coordinate representation of color #BED617: hue angle of 67.54º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BED617 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB19021423-
CMYK0.1100.890.16
HSL67.54º80.59%46.47%-
HSV(B)67.54º89.25%83.92%-
XYZ45.4459.19.82-
YUV185.0536.55131.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 23 (9.38% from 255) = 5.39%
R=44.50%
G=50.12%
B=5.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190214230.1100.890.1667.5480.5946.47
HexBED617B0591044512e
Octal276326271301312010412156
Binary1011111011010110101111011010110011000010001001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED617; }

 p { color: rgb(190,214,23); }

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

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

 a { background-color: rgb(190,214,23); }

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

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

 span { border-color: rgb(190,214,23); }

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